Skip to content

Commit 40146ce

Browse files
authored
Merge pull request #22 from joetho786/setup
updated setup.py and readme
2 parents 9917e6c + bc04cf1 commit 40146ce

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,11 @@ CDN module has functions that utilize APIs mentioned in official Bunnycdn apiary
450450
451451
* **MATHIRITHMS** - (https://mathrithms.com/)
452452
453-
See also the list of [contributors](https://github.com/mathrithms/BunnyCDN-Python-Lib/graphs/contributors) who participated in this project.
453+
* **[Contributors:](https://github.com/mathrithms/BunnyCDN-Python-Lib/graphs/contributors)**
454+
455+
##### 1. Aaditya Baranwal
456+
##### 2. Joel Thomas
457+
454458
455459
## License
456460

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ def readall(path):
88

99
setup(
1010
name="bunnycdnpython",
11-
version="0.0.3",
11+
version="0.0.4",
1212
author="mathrithms",
1313
author_email="[email protected]",
1414
description="A python SDK for BunnyCDN",
1515
long_description=readall("README.md"),
1616
long_description_content_type="text/markdown",
17-
url="https://github.com/mathrithms/BunnyCDN-Python-Lib.git",
17+
url="https://github.com/mathrithms/BunnyCDN-Python-Lib",
1818
packages=find_packages(),
1919
install_requires=["requests"],
2020
classifiers=[

0 commit comments

Comments
 (0)