mirror of
https://github.com/retailcrm/api-client-python.git
synced 2024-11-21 20:46:03 +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
|
||||
/dist/
|
||||
/venv/
|
||||
/.vscode/
|
||||
/.vscode/
|
||||
/build/
|
6
setup.py
6
setup.py
@ -15,13 +15,13 @@ def read(fname):
|
||||
|
||||
setup(
|
||||
name='retailcrm',
|
||||
version='5.0.0',
|
||||
version='5.0.1',
|
||||
description='retailCRM API client',
|
||||
long_description=read('README.md'),
|
||||
long_description=read('README'),
|
||||
url='https://github.com/retailcrm/api-client-python',
|
||||
author='retailCRM',
|
||||
author_email='integration@retailcrm.ru',
|
||||
keywords='crm, saas, rest, e-commerce',
|
||||
keywords='crm saas rest e-commerce',
|
||||
license='MIT',
|
||||
packages=['retailcrm', 'tests'],
|
||||
package_data={},
|
||||
|
Loading…
Reference in New Issue
Block a user