]> git.scottworley.com Git - snek/commitdiff
Adding py_modules fixes it master
authorScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 22:57:37 +0000 (15:57 -0700)
committerScott Worley <scottworley@scottworley.com>
Thu, 11 Jun 2020 22:57:37 +0000 (15:57 -0700)
setup.py

index 996b5aa3f7db2c0eb641cbee4a8da0ba9d6bfdbb..d3882f66e4804f82091015660bfe28a7884a0b6b 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,7 @@ from setuptools import setup
 
 setup(
     name='snek',
+    py_modules=['snek'],
     entry_points={
         'console_scripts': [
             'snek = snek:main',