diff --git a/setup.cfg b/setup.cfg index 3c6e79c..24378bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,5 @@ [bdist_wheel] universal=1 + +[metadata] +description-file = README.md diff --git a/setup.py b/setup.py index 0c6f6e3..b9f8611 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,8 @@ author = 'MessageBird', author_email = 'support@messagebird.com', url = 'https://github.com/messagebird/python-rest-api', + download_url = 'https://github.com/messagebird/python-rest-api/tarball/1.0.1', + keywords = ['messagebird', 'sms'], install_requires = ['requests>=2.4.1'], license = 'BSD-2-Clause', )