Upload files to "/"

main
Dan S 2024-07-02 13:56:45 -05:00
parent 4d5ebc5b64
commit b0332ce25e
1 changed files with 9 additions and 0 deletions

9
setup.py Normal file
View File

@ -0,0 +1,9 @@
# setup.py
from setuptools import setup, find_packages
setup(
name='syncro_api',
version='0.1',
packages=find_packages(),
)