From 68219828a02ce485424dd0a3914d7e98eaac58fa Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 11 Jun 2020 15:57:37 -0700 Subject: [PATCH] Adding py_modules fixes it --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 996b5aa..d3882f6 100644 --- 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', -- 2.44.1