Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
change setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HayWo committed Apr 24, 2020
1 parent ae3f625 commit fc60d40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
version=VERSION,
description='buildbot plugin for using matrix for notifications',
author='HayWo',
author_email='haywo@nct08.de',
author_email='opensource@nct08.de',
url='https://github.com/HayWo/buildbot-matrix',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -26,12 +26,14 @@
},
classifiers=[
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Environment :: Plugins",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Topic :: Software Development :: Build Tools"
]
],
python_requires='>=3.6',
)

0 comments on commit fc60d40

Please sign in to comment.