Skip to content

Commit e35242f

Browse files
committed
fixed lint errors
1 parent d3327d0 commit e35242f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
from setuptools import setup,find_packages
1+
from setuptools import setup, find_packages
2+
23
setup(
34
name="bunnycdnpython",
45
version="0.0.1",
@@ -7,11 +8,11 @@
78
description="A python SDK for BunnyCDN",
89
url="https://github.com/mathrithms/BunnyCDN-Python-Lib.git",
910
packages=find_packages(),
10-
install_requires=['requests'],
11+
install_requires=["requests"],
1112
classifiers=[
1213
"Programming Language :: Python :: 3",
1314
"License :: OSI Approved :: MIT License",
1415
"Operating System :: OS Independent",
1516
],
16-
python_requires='>=3.6',
17-
)
17+
python_requires=">=3.6",
18+
)

0 commit comments

Comments
 (0)