File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- include .bzrignore
21include .gitignore
3- include .pyflymakerc
2+ include .travis.yml
43include CHANGES.txt
54include GPL-V3.0.txt
65include LICENSE.txt
@@ -9,14 +8,15 @@ include README.html
98include README.rst
109include README.txt
1110include TODO.rst
11+ include bin/cir2py
12+ include bower/bower.json
13+ include invoke.yaml
1214include make-release.sh
1315include pylintrc.ini
16+ include requirements.txt requirements-dev.txt
1417include setenv.sh start.sh
1518include 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
2020recursive-include PySpice *.py *.yml *.h *py.in
2121recursive-include doc *
2222recursive-include doc/sphinx/source/_static *
Original file line number Diff line number Diff line change 3131 pyspice_path = pyspice_path .parents [3 ]
3232else :
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 ' )
3535with open (init_path ) as fh :
3636 try :
3737 version = re .findall (r"^__version__ = '([^']+)'\r?$" , fh .read (), re .M )[0 ]
You can’t perform that action at this time.
0 commit comments