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.
1 parent 7f55eda commit 0895011Copy full SHA for 0895011
pyproject.toml
@@ -1,7 +1,7 @@
1
[build-system]
2
build-backend = "setuptools.build_meta"
3
requires = [
4
- "setuptools",
+ "setuptools>=77",
5
]
6
7
[project]
@@ -13,6 +13,8 @@ keywords = [
13
"pytest",
14
"reverse",
15
16
+license = "MIT"
17
+license-files = [ "LICENSE" ]
18
authors = [
19
{ name = "Adam Johnson", email = "[email protected]" },
20
@@ -21,7 +23,6 @@ classifiers = [
21
23
"Development Status :: 5 - Production/Stable",
22
24
"Framework :: Pytest",
25
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
26
"Natural Language :: English",
27
"Programming Language :: Python :: 3 :: Only",
28
"Programming Language :: Python :: 3.9",
0 commit comments