We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b1fe0a + f52595a commit a9af158Copy full SHA for a9af158
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["flit_core >=3.2,<4"]
+requires = ["flit_core >=3.11,<4"]
3
build-backend = "flit_core.buildapi"
4
5
[project]
@@ -8,11 +8,11 @@ authors = [
8
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
9
]
10
readme = "README.rst"
11
-license = {file = "LICENSE"}
+license = "MIT"
12
+license-files = ["LICENSE"]
13
requires-python = ">=3.8"
14
dependencies = []
15
classifiers = [
- "License :: OSI Approved :: MIT License",
16
"Programming Language :: Python :: 3",
17
"Programming Language :: Python :: 3 :: Only",
18
0 commit comments