Skip to content

Commit 4eea684

Browse files
committed
Updating pyproject.toml to remove warnings
1 parent bc9a667 commit 4eea684

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools >= 61.0.0", "setuptools-scm"]
2+
requires = ["setuptools >= 61.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
@@ -15,7 +15,8 @@ maintainers = [
1515
]
1616
description = "Typed Argument Parser"
1717
readme = "README.md"
18-
license = { file = "LICENSE.txt" }
18+
license = "MIT"
19+
license-files = [ "LICENSE.txt" ]
1920
dependencies = [
2021
"docstring-parser >= 0.15",
2122
"typing-inspect >= 0.7.1",
@@ -28,7 +29,6 @@ classifiers = [
2829
"Programming Language :: Python :: 3.11",
2930
"Programming Language :: Python :: 3.12",
3031
"Programming Language :: Python :: 3.13",
31-
"License :: OSI Approved :: MIT License",
3232
"Operating System :: OS Independent",
3333
"Typing :: Typed",
3434
]

0 commit comments

Comments
 (0)