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 43a04f6 commit 982f7c2Copy full SHA for 982f7c2
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools", "setuptools_scm[toml]>=6.2"]
+requires = ["setuptools >= 77.0.3", "setuptools_scm[toml]>=6.2"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
@@ -10,10 +10,9 @@ authors = [
10
]
11
description = "Open compressed files transparently"
12
readme = "README.rst"
13
-license = {text = "MIT"}
+license = "MIT"
14
classifiers = [
15
"Development Status :: 5 - Production/Stable",
16
- "License :: OSI Approved :: MIT License",
17
"Programming Language :: Python :: 3"
18
19
requires-python = ">=3.9"
0 commit comments