Skip to content

Commit 8eb1a77

Browse files
committed
Fix setup.py.
1 parent 779abb6 commit 8eb1a77

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
@@ -11,7 +11,7 @@
1111
setup(
1212
name='nut2',
1313
version=__version__,
14-
modules=['nut2'],
14+
py_modules=['nut2'],
1515
include_package_data=True,
1616
install_requires=[],
1717
license='GPL3',

0 commit comments

Comments
 (0)