mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-22 04:56:04 +03:00
update meta-data for pypi
This commit is contained in:
parent
f9a10e59c5
commit
d96eadbc53
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@
|
|||||||
/*.egg-info
|
/*.egg-info
|
||||||
/dist/
|
/dist/
|
||||||
/venv/
|
/venv/
|
||||||
/.vscode/
|
/.vscode/
|
||||||
|
/build/
|
6
setup.py
6
setup.py
@ -15,13 +15,13 @@ def read(fname):
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='retailcrm',
|
name='retailcrm',
|
||||||
version='5.0.0',
|
version='5.0.1',
|
||||||
description='retailCRM API client',
|
description='retailCRM API client',
|
||||||
long_description=read('README.md'),
|
long_description=read('README'),
|
||||||
url='https://github.com/retailcrm/api-client-python',
|
url='https://github.com/retailcrm/api-client-python',
|
||||||
author='retailCRM',
|
author='retailCRM',
|
||||||
author_email='integration@retailcrm.ru',
|
author_email='integration@retailcrm.ru',
|
||||||
keywords='crm, saas, rest, e-commerce',
|
keywords='crm saas rest e-commerce',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=['retailcrm', 'tests'],
|
packages=['retailcrm', 'tests'],
|
||||||
package_data={},
|
package_data={},
|
||||||
|
Loading…
Reference in New Issue
Block a user