We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8972509 commit 6622d3eCopy full SHA for 6622d3e
pyproject.toml
@@ -1,17 +1,12 @@
1
[tool.poetry]
2
name = "poetry-types"
3
-version = "0.3.2"
+version = "0.3.3"
4
description = "A poetry plugin that adds/removes type stubs as dependencies like the mypy --install-types command."
5
authors = ["Jan Vollmer <jan@vllmr.dev>"]
6
license = "MIT License"
7
readme="README.md"
8
repository="https://github.com/jvllmr/poetry-types"
9
classifiers=[
10
- "Programming Language :: Python :: 3",
11
- "Programming Language :: Python :: 3.7",
12
- "Programming Language :: Python :: 3.8",
13
- "Programming Language :: Python :: 3.9",
14
- "Programming Language :: Python :: 3.10",
15
"License :: OSI Approved :: MIT License",
16
"Operating System :: OS Independent",
17
"Natural Language :: English",
0 commit comments