Skip to content

Commit

Permalink
build: add url and requirements (#2)
Browse files Browse the repository at this point in the history
build: add url and requirements
  • Loading branch information
MrDHat authored Jan 20, 2020
2 parents 4bc8041 + 683ad01 commit 211228e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
description="Python wrapper for the ImageKit API",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=['requests==2.20.1'],
url="https://github.com/imagekit-developer/imagekit-python",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 211228e

Please sign in to comment.