Skip to content

Commit

Permalink
Add some more attributes to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Aug 18, 2021
1 parent 4acb2fa commit 2b76f43
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 @@ -14,7 +14,11 @@
url='https://github.com/pytest-dev/pytest-describe',
author='Robin Pedersen',
author_email='[email protected]',
license='MIT license',
maintainer='Christoph Zwerschke',
maintainer_email='[email protected]',
license='MIT',
license_file='LICENSE',
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
install_requires=[
'pytest>=4.0.0',
],
Expand All @@ -35,6 +39,7 @@
'Topic :: Software Development :: Libraries',
'Topic :: Utilities',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 2b76f43

Please sign in to comment.