Skip to content

Commit e9eb91a

Browse files
Restore License Classifier
Partially reverts 4e1e893
1 parent 56962ec commit e9eb91a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

newsfragments/4957.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Restored license declaration to classifiers -- by :user:`WilliamRoyNelson`

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["."]
55

66
[project]
77
name = "setuptools"
8-
version = "79.0.0"
8+
version = "79.0.1"
99
authors = [
1010
{ name = "Python Packaging Authority", email = "[email protected]" },
1111
]
@@ -14,6 +14,7 @@ readme = "README.rst"
1414
classifiers = [
1515
"Development Status :: 5 - Production/Stable",
1616
"Intended Audience :: Developers",
17+
"License :: OSI Approved :: MIT License",
1718
"Programming Language :: Python :: 3",
1819
"Programming Language :: Python :: 3 :: Only",
1920
"Topic :: Software Development :: Libraries :: Python Modules",

0 commit comments

Comments
 (0)