File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ def readall(path):
88
99setup (
1010 name = "bunnycdnpython" ,
11- version = "0.0.3 " ,
11+ version = "0.0.4 " ,
1212 author = "mathrithms" ,
1313 author_email = "hello@mathrithms.com" ,
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 = [
You can’t perform that action at this time.
0 commit comments