We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ed975 commit 6427a57Copy full SHA for 6427a57
pyproject.toml
@@ -6,12 +6,11 @@ build-backend = "flit_core.buildapi"
6
name = "wheel"
7
description = "Command line tool for manipulating wheel files"
8
readme = "README.rst"
9
-license = {file = "LICENSE.txt"}
+license = "MIT"
10
classifiers = [
11
"Development Status :: 5 - Production/Stable",
12
"Intended Audience :: Developers",
13
"Topic :: System :: Archiving :: Packaging",
14
- "License :: OSI Approved :: MIT License",
15
"Programming Language :: Python",
16
"Programming Language :: Python :: 3 :: Only",
17
"Programming Language :: Python :: 3.8",
0 commit comments