Skip to content

Commit 24aa317

Browse files
IgorIgor
authored andcommitted
pep-8
1 parent 3834348 commit 24aa317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from os import path
99
from setuptools import find_packages
1010

11-
dir = path.abspath(path.dirname(__file__))
11+
directory = path.abspath(path.dirname(__file__))
1212

1313
setup(
1414
name="bitrix24-rest",
@@ -36,7 +36,7 @@
3636
author="Akop Kesheshyan",
3737
author_email="hello@akop.dev",
3838
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(),
39+
long_description=open(path.join(directory, "README.md"), encoding="utf-8").read(),
4040
long_description_content_type="text/markdown",
4141
keywords="bitrix24 api rest",
4242
classifiers=[

0 commit comments

Comments
 (0)