This commit is contained in:
2019-10-30 19:39:16 +01:00
parent bd209f0137
commit 14b83949e0
4 changed files with 48 additions and 2 deletions

5
setup.py Normal file
View File

@@ -0,0 +1,5 @@
from setuptools import setup
setup(name='personal_api',
packages=["app"],
)