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.
2 parents 51f15fa + 7a19c30 commit 3b82a4eCopy full SHA for 3b82a4e
pyproject.toml
@@ -1,16 +1,16 @@
1
[build-system]
2
-requires = ["setuptools>=61.2.0", "setuptools_scm[toml]>=3.4.3"]
+requires = ["setuptools>=77.0.3", "setuptools_scm[toml]>=3.4.3"]
3
build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tabulate"
7
authors = [{name = "Sergey Astanin", email = "[email protected]"}]
8
-license = {text = "MIT"}
+license = "MIT"
9
+license-files = ["LICENSE"]
10
description = "Pretty-print tabular data"
11
readme = "README.md"
12
classifiers = [
13
"Development Status :: 4 - Beta",
- "License :: OSI Approved :: MIT License",
14
"Operating System :: OS Independent",
15
"Programming Language :: Python :: 3",
16
"Programming Language :: Python :: 3.9",
0 commit comments