Skip to content

Commit

Permalink
Addresses violations in the setup.py and __about__.py
Browse files Browse the repository at this point in the history
This commit corrects the classifiers and sets the long description
type to allow PyPi compatible wheels.
  • Loading branch information
Pedro Silva committed Jul 16, 2019
1 parent f132e18 commit 2f2104b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python_transport/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def get_requirements(*args):
version=about["__version__"],
description=about["__description__"],
long_description=long_description,
long_description_content_type="text/markdown",
author=about["__author__"],
author_email=about["__author_email__"],
url=about["__url__"],
Expand Down
2 changes: 1 addition & 1 deletion python_transport/wirepas_gateway/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__author__ = "Wirepas Ltd"
__author_email__ = "opensource@wirepas.com"
__classifiers__ = [
"Development Status :: 5 - Stable",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries",
Expand Down

0 comments on commit 2f2104b

Please sign in to comment.