Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2b67d97

Browse files
committed
BUG: bipython is a package, not a module.
1 parent 7342d32 commit 2b67d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
descr = descr[:descr.find('TODO')]
5050
setup(
5151
name='bipython',
52-
py_modules=['bipython'],
52+
packages=['bipython'],
5353
entry_points={'console_scripts': ['bipython = bipython:main',],},
5454
long_description=descr,
5555
**setup_kwargs

0 commit comments

Comments
 (0)