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 ad7724b commit 5161b48Copy full SHA for 5161b48
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.8"
0 commit comments