mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-25 14:36:04 +03:00
add setup.py
This commit is contained in:
parent
034b503a14
commit
80ec435a8e
14
setup.py
Normal file
14
setup.py
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
from os.path import join, dirname
|
||||||
|
|
||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='api-client-python',
|
||||||
|
version=0.1,
|
||||||
|
long_description=open(join(dirname(__file__), 'README.md')).read(),
|
||||||
|
author='Intarocrm',
|
||||||
|
package_data={},
|
||||||
|
install_requires=[u'requests', ],
|
||||||
|
url='https://github.com/intarocrm/api-client-python.git'
|
||||||
|
)
|
Loading…
Reference in New Issue
Block a user