Skip to content

Commit 2b76f43

Browse files
committed
Add some more attributes to setup
1 parent 4acb2fa commit 2b76f43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
url='https://github.com/pytest-dev/pytest-describe',
1515
author='Robin Pedersen',
1616
author_email='[email protected]',
17-
license='MIT license',
17+
maintainer='Christoph Zwerschke',
18+
maintainer_email='[email protected]',
19+
license='MIT',
20+
license_file='LICENSE',
21+
platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],
1822
install_requires=[
1923
'pytest>=4.0.0',
2024
],
@@ -35,6 +39,7 @@
3539
'Topic :: Software Development :: Libraries',
3640
'Topic :: Utilities',
3741
'Programming Language :: Python :: 3',
42+
'Programming Language :: Python :: 3 :: Only',
3843
'Programming Language :: Python :: 3.6',
3944
'Programming Language :: Python :: 3.7',
4045
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)