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
4
4
5
5
## Description
6
6
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
8
8
REST API over webhooks.
9
9
10
10
## Features
@@ -19,7 +19,7 @@ REST API over webhooks.
19
19
20
20
## Installation
21
21
```
22
- pip install bitrix24-python- rest
22
+ pip install bitrix24-rest
23
23
```
24
24
25
25
## Quickstart
Original file line number Diff line number Diff line change 21
21
Copyright (c) 2019 by Akop Kesheshyan.
22
22
"""
23
23
24
- __version__ = '1.0.1 '
24
+ __version__ = '1.0.0 '
25
25
__author__ = 'Akop Kesheshyan <akop.kesheshyan@icloud.com>'
26
26
__license__ = 'MIT'
27
27
__copyright__ = 'Copyright 2019 Akop Kesheshyan'
Original file line number Diff line number Diff line change 24
24
long_description = f .read ()
25
25
26
26
setup (
27
- name = 'bitrix24-python- rest' ,
27
+ name = 'bitrix24-rest' ,
28
28
version = '1.0.0' ,
29
29
install_requires = ['requests' ],
30
30
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments