File tree 2 files changed +7
-3
lines changed
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
450
450
451
451
* **MATHIRITHMS** - (https://mathrithms.com/)
452
452
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
+
454
458
455
459
## License
456
460
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ def readall(path):
8
8
9
9
setup (
10
10
name = "bunnycdnpython" ,
11
- version = "0.0.3 " ,
11
+ version = "0.0.4 " ,
12
12
author = "mathrithms" ,
13
13
14
14
description = "A python SDK for BunnyCDN" ,
15
15
long_description = readall ("README.md" ),
16
16
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" ,
18
18
packages = find_packages (),
19
19
install_requires = ["requests" ],
20
20
classifiers = [
You can’t perform that action at this time.
0 commit comments