Skip to content

Commit 7bd7540

Browse files
committed
Fixed setup.py, use py_modules instead modules
1 parent ff94b6a commit 7bd7540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
setup(
44
name='goto',
5-
modules=['goto'],
5+
py_modules=['goto'],
66
author='Sebastian Noack <sebastian.noack@gmail.com>'
77
)

0 commit comments

Comments
 (0)