Skip to content

Commit 13d69ae

Browse files
committed
Merge pull request exxeleron#13 from jreback/admin
BLD: provide correction pip install from commit
2 parents 88e95e5 + 493907c commit 13d69ae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
# Utility function to read the README file.
3636
def read(fname):
37-
return open(os.path.join(os.path.dirname(__file__), fname)).read()
37+
return open(os.path.join(os.path.dirname(__file__), fname)).read()
3838

3939

4040
setup(name = 'qPython',
@@ -69,7 +69,6 @@ def read(fname):
6969
'Topic :: Scientific/Engineering',
7070
'Topic :: Software Development',
7171
],
72-
packages = ['qpython', 'samples', ''],
72+
packages = ['qpython', 'samples'],
7373
package_data = {'': ['LICENSE', 'CHANGELOG.txt', 'README.rst', 'requirements.txt']},
7474
)
75-

0 commit comments

Comments
 (0)