diff --git a/setup.py b/setup.py index 96f4a3b..7f50012 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,9 @@ from setuptools import setup +# setup setup( packages=["app"], name="app", version="0.9", install_requires=[] -) \ No newline at end of file +)