We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3327d0 commit e35242fCopy full SHA for e35242f
setup.py
@@ -1,4 +1,5 @@
1
-from setuptools import setup,find_packages
+from setuptools import setup, find_packages
2
+
3
setup(
4
name="bunnycdnpython",
5
version="0.0.1",
@@ -7,11 +8,11 @@
7
8
description="A python SDK for BunnyCDN",
9
url="https://github.com/mathrithms/BunnyCDN-Python-Lib.git",
10
packages=find_packages(),
- install_requires=['requests'],
11
+ install_requires=["requests"],
12
classifiers=[
13
"Programming Language :: Python :: 3",
14
"License :: OSI Approved :: MIT License",
15
"Operating System :: OS Independent",
16
],
- python_requires='>=3.6',
17
-)
+ python_requires=">=3.6",
18
+)
0 commit comments