Skip to content

Commit

Permalink
Merge pull request #22 from joetho786/setup
Browse files Browse the repository at this point in the history
updated setup.py and readme
  • Loading branch information
NiveditJain authored Mar 3, 2021
2 parents 9917e6c + bc04cf1 commit 40146ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,11 @@ CDN module has functions that utilize APIs mentioned in official Bunnycdn apiary
* **MATHIRITHMS** - (https://mathrithms.com/)
See also the list of [contributors](https://github.com/mathrithms/BunnyCDN-Python-Lib/graphs/contributors) who participated in this project.
* **[Contributors:](https://github.com/mathrithms/BunnyCDN-Python-Lib/graphs/contributors)**
##### 1. Aaditya Baranwal
##### 2. Joel Thomas
## License
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ def readall(path):

setup(
name="bunnycdnpython",
version="0.0.3",
version="0.0.4",
author="mathrithms",
author_email="[email protected]",
description="A python SDK for BunnyCDN",
long_description=readall("README.md"),
long_description_content_type="text/markdown",
url="https://github.com/mathrithms/BunnyCDN-Python-Lib.git",
url="https://github.com/mathrithms/BunnyCDN-Python-Lib",
packages=find_packages(),
install_requires=["requests"],
classifiers=[
Expand Down

0 comments on commit 40146ce

Please sign in to comment.