We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbe3133 + c48c428 commit aa1a957Copy full SHA for aa1a957
setup.py
@@ -15,7 +15,8 @@ def read(fname):
15
author_email="[email protected]",
16
maintainer="David Zaslavsky",
17
maintainer_email="[email protected]",
18
- license="MIT License",
+ license_files=["LICENSE"],
19
+ license_expression="MIT",
20
description="pytest plugin to test server connections locally.",
21
long_description=read("README.rst"),
22
url="https://github.com/pytest-dev/pytest-localserver",
@@ -37,7 +38,6 @@ def read(fname):
37
38
"Operating System :: OS Independent",
39
"Development Status :: 4 - Beta",
40
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
41
"Programming Language :: Python :: 3",
42
"Programming Language :: Python :: 3 :: Only",
43
"Programming Language :: Python :: 3.7",
0 commit comments