We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c7ce6 commit af63fdeCopy full SHA for af63fde
2 files changed
pyproject.toml
@@ -2,21 +2,19 @@
2
name = "flake8-annotations"
3
version = "3.1.1"
4
description = "Flake8 Type Annotation Checks"
5
+license = "MIT"
6
+license-files = ["LICENSE"]
7
authors = [
8
{name = "sco1", email = "sco1.git@gmail.com"}
9
]
-maintainers = [
- {name = "sco1", email = "sco1.git@gmail.com"}
10
-]
11
12
readme = "README.md"
13
classifiers = [
14
"Framework :: Flake8",
15
"Environment :: Console",
16
"Intended Audience :: Developers",
17
- "License :: OSI Approved :: MIT License",
18
"Operating System :: OS Independent",
19
- "Development Status :: 5 - Production/Stable",
+ "Development Status :: 6 - Mature",
20
"Programming Language :: Python",
21
"Programming Language :: Python :: 3",
22
"Programming Language :: Python :: 3.9",
0 commit comments