Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnC committed Nov 3, 2019
1 parent 2d071f7 commit 6338fec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
with open("README.md", "r") as fh:
long_description = fh.read()

REQUIRED = [
'requests'
]

setuptools.setup(
name="bulksms-donald",
name="bulksms",
version="1.2.0",
author="Donald Chinhuru",
author_email="[email protected]",
Expand All @@ -13,6 +17,7 @@
long_description_content_type="text/markdown",
url="https://github.com/DonnC/BulkSms-ZW",
licence="MIT",
install_requires=REQUIRED,
packages=setuptools.find_packages(),
classifiers=[
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 6338fec

Please sign in to comment.