Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7342d32 commit 2b67d97Copy full SHA for 2b67d97
1 file changed
setup.py
@@ -49,7 +49,7 @@
49
descr = descr[:descr.find('TODO')]
50
setup(
51
name='bipython',
52
- py_modules=['bipython'],
+ packages=['bipython'],
53
entry_points={'console_scripts': ['bipython = bipython:main',],},
54
long_description=descr,
55
**setup_kwargs
0 commit comments