Initial source commit
Showing
.gitignore
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
dev_tests/test_restapi.py
0 → 100644
setup.py
0 → 100644
from setuptools import setup | ||
setup( | ||
name='vtiger_cloudsdk_restapi', | ||
description='Vtiger Cloud RestApi', | ||
author='Vtiger', | ||
author_email='[email protected]', | ||
license='VPL', | ||
packages=['vtiger_cloudsdk_restapi'], | ||
install_requires=[ | ||
'requests' | ||
], | ||
zip_safe=False | ||
) | ||
\ No newline at end of file |
Please register or sign in to comment