Skip to content

Commit aa1a957

Browse files
authored
Merge pull request #128 from pytest-dev/pep-639-license-metadata/1/dev
Switch to PEP-639 compliant expression of license metadata
2 parents bbe3133 + c48c428 commit aa1a957

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ def read(fname):
1515
author_email="[email protected]",
1616
maintainer="David Zaslavsky",
1717
maintainer_email="[email protected]",
18-
license="MIT License",
18+
license_files=["LICENSE"],
19+
license_expression="MIT",
1920
description="pytest plugin to test server connections locally.",
2021
long_description=read("README.rst"),
2122
url="https://github.com/pytest-dev/pytest-localserver",
@@ -37,7 +38,6 @@ def read(fname):
3738
"Operating System :: OS Independent",
3839
"Development Status :: 4 - Beta",
3940
"Intended Audience :: Developers",
40-
"License :: OSI Approved :: MIT License",
4141
"Programming Language :: Python :: 3",
4242
"Programming Language :: Python :: 3 :: Only",
4343
"Programming Language :: Python :: 3.7",

0 commit comments

Comments
 (0)