We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3834348 commit 24aa317Copy full SHA for 24aa317
setup.py
@@ -8,7 +8,7 @@
8
from os import path
9
from setuptools import find_packages
10
11
-dir = path.abspath(path.dirname(__file__))
+directory = path.abspath(path.dirname(__file__))
12
13
setup(
14
name="bitrix24-rest",
@@ -36,7 +36,7 @@
36
author="Akop Kesheshyan",
37
author_email="hello@akop.dev",
38
description="Easy way to communicate with bitrix24 portal over REST without OAuth",
39
- long_description=open(path.join(dir, "README.md"), encoding="utf-8").read(),
+ long_description=open(path.join(directory, "README.md"), encoding="utf-8").read(),
40
long_description_content_type="text/markdown",
41
keywords="bitrix24 api rest",
42
classifiers=[
0 commit comments