Skip to content

Commit 3c6f269

Browse files
Fix license classifier
1 parent f716251 commit 3c6f269

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ classifiers = [
1111
# Indicate who your project is intended for
1212
"Intended Audience :: Developers",
1313
"Topic :: Software Development :: Build Tools",
14-
15-
# Pick your license as you wish (see also "license" above)
16-
"License :: OSI Approved :: Apache 2.0 License",
14+
"License :: OSI Approved :: Apache Software License",
1715

1816
# Specify the Python versions you support here.
1917
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)