Skip to content

Commit 72f6642

Browse files
updated Manifest
1 parent 3617184 commit 72f6642

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

MANIFEST.in

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
include .bzrignore
21
include .gitignore
3-
include .pyflymakerc
2+
include .travis.yml
43
include CHANGES.txt
54
include GPL-V3.0.txt
65
include LICENSE.txt
@@ -9,14 +8,15 @@ include README.html
98
include README.rst
109
include README.txt
1110
include TODO.rst
11+
include bin/cir2py
12+
include bower/bower.json
13+
include invoke.yaml
1214
include make-release.sh
1315
include pylintrc.ini
16+
include requirements.txt requirements-dev.txt
1417
include setenv.sh start.sh
1518
include setup_data.py
16-
include requirements.txt requirements-dev.txt
17-
include .travis.yml
18-
include bin/cir2py
19-
include bower/bower.json
19+
include tox.ini
2020
recursive-include PySpice *.py *.yml *.h *py.in
2121
recursive-include doc *
2222
recursive-include doc/sphinx/source/_static *

setup_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
pyspice_path = pyspice_path.parents[3]
3232
else:
3333
pyspice_path = pyspice_path.parent
34-
init_path = pyspice_path.joinpath('PySpice', '__init__.py')
34+
init_path = pyspice_path.joinpath('PySpice', '__init__.py.in')
3535
with open(init_path) as fh:
3636
try:
3737
version = re.findall(r"^__version__ = '([^']+)'\r?$", fh.read(), re.M)[0]

0 commit comments

Comments
 (0)