We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a941f2 commit b1bb430Copy full SHA for b1bb430
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]
@@ -16,6 +16,8 @@ keywords = [
16
"randomize",
17
"randomly",
18
19
+license = "MIT"
20
+license-files = [ "LICENSE" ]
21
authors = [
22
{ name = "Adam Johnson", email = "[email protected]" },
23
@@ -24,7 +26,6 @@ classifiers = [
24
26
"Development Status :: 5 - Production/Stable",
25
27
"Framework :: Pytest",
28
"Intended Audience :: Developers",
- "License :: OSI Approved :: MIT License",
29
"Natural Language :: English",
30
"Programming Language :: Python :: 3 :: Only",
31
"Programming Language :: Python :: 3.9",
0 commit comments