Skip to content

Commit af63fde

Browse files
committed
Bump deps
1 parent d0c7ce6 commit af63fde

File tree

2 files changed

+153
-155
lines changed

2 files changed

+153
-155
lines changed

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,19 @@
22
name = "flake8-annotations"
33
version = "3.1.1"
44
description = "Flake8 Type Annotation Checks"
5+
license = "MIT"
6+
license-files = ["LICENSE"]
57
authors = [
68
{name = "sco1", email = "[email protected]"}
79
]
8-
maintainers = [
9-
{name = "sco1", email = "[email protected]"}
10-
]
1110

1211
readme = "README.md"
1312
classifiers = [
1413
"Framework :: Flake8",
1514
"Environment :: Console",
1615
"Intended Audience :: Developers",
17-
"License :: OSI Approved :: MIT License",
1816
"Operating System :: OS Independent",
19-
"Development Status :: 5 - Production/Stable",
17+
"Development Status :: 6 - Mature",
2018
"Programming Language :: Python",
2119
"Programming Language :: Python :: 3",
2220
"Programming Language :: Python :: 3.9",

0 commit comments

Comments
 (0)