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 b5e4aea commit cfc750dCopy full SHA for cfc750d
pyproject.toml
@@ -1,6 +1,8 @@
1
[project]
2
name = "annotated-doc"
3
version = "0.0.2"
4
+license = "MIT"
5
+license-files = ["LICENSE"]
6
description = "Document parameters, class attributes, return types, and variables inline, with Annotated."
7
readme = "README.md"
8
authors = [
0 commit comments