mirror of
https://github.com/retailcrm/api-client-python.git
synced 2025-04-01 20:26:10 +03:00
commit
3582b077f4
4 changed files with 4 additions and 4 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2015-2020 RetailDriver LLC
|
||||
Copyright (c) 2015-2021 RetailDriver LLC
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
2
README
2
README
|
@ -9,7 +9,7 @@ Install
|
|||
|
||||
::
|
||||
|
||||
pip install retailcrm
|
||||
pip3 install retailcrm
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
|
|
@ -12,7 +12,7 @@ This is Python RetailCRM API client. This library allows to use all available AP
|
|||
## Install
|
||||
|
||||
```
|
||||
pip install retailcrm
|
||||
pip3 install retailcrm
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
2
setup.py
2
setup.py
|
@ -15,7 +15,7 @@ def read(filename):
|
|||
|
||||
setup(
|
||||
name='retailcrm',
|
||||
version='5.1.1',
|
||||
version='5.1.2',
|
||||
description='RetailCRM API client',
|
||||
long_description=read('README'),
|
||||
url='https://github.com/retailcrm/api-client-python',
|
||||
|
|
Loading…
Add table
Reference in a new issue