forked from barney54321/sdk-python
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
12 lines (11 loc) · 371 Bytes
/
Copy pathsetup.py
File metadata and controls
12 lines (11 loc) · 371 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
fromsetuptoolsimportsetup
setup( name='directus_api',
version='0.1',
description='Python wrapper for the Directus API',
url='https://github.com/barney54321/directus-python-api',
author='barney54321',
author_email='andrewesteban1999@gmail.com',
license='MIT',
packages=['directus_api'],
zip_safe=False
)