Skip to content

Commit 76a5ec0

Browse files
committed
Migrate license in project.classifiers to project.license
1 parent 9c78eae commit 76a5ec0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,15 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "python_training_project"
11+
license = "MIT"
12+
license-files = ["LICENSE"]
1113
authors = [
1214
{name = "Andreas Nussberger", email = "[email protected]"},
1315
{name = "Thomas Keller", email = "[email protected]"},
1416
]
1517
description = "Python Training Project by devminds GmbH"
1618
readme = "README.md"
1719
requires-python = ">=3.10"
18-
classifiers = [
19-
"Programming Language :: Python :: 3",
20-
"License :: OSI Approved :: MIT License",
21-
"Operating System :: OS Independent",
22-
]
2320
dependencies = [
2421
"click",
2522
"flake8-gl-codeclimate>=0.2.1",

0 commit comments

Comments
 (0)