File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Easy way to communicate with bitrix24 portal over REST without OAuth 2.0
44
55## Description
66
7- Bitrix24-python-rest is a simple API wrapper for working with Bitrix24
7+ Bitrix24 REST is a simple API wrapper for working with Bitrix24
88REST API over webhooks.
99
1010## Features
@@ -19,7 +19,7 @@ REST API over webhooks.
1919
2020## Installation
2121```
22- pip install bitrix24-python- rest
22+ pip install bitrix24-rest
2323```
2424
2525## Quickstart
Original file line number Diff line number Diff line change 2121Copyright (c) 2019 by Akop Kesheshyan.
2222"""
2323
24- __version__ = '1.0.1 '
24+ __version__ = '1.0.0 '
2525__author__ = 'Akop Kesheshyan <akop.kesheshyan@icloud.com>'
2626__license__ = 'MIT'
2727__copyright__ = 'Copyright 2019 Akop Kesheshyan'
Original file line number Diff line number Diff line change 2424 long_description = f .read ()
2525
2626setup (
27- name = 'bitrix24-python- rest' ,
27+ name = 'bitrix24-rest' ,
2828 version = '1.0.0' ,
2929 install_requires = ['requests' ],
3030 packages = find_packages (),
You can’t perform that action at this time.
0 commit comments