-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
20 lines (17 loc) · 611 Bytes
/
Copy pathpyproject.toml
File metadata and controls
20 lines (17 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "docstring-extractor"
version = "0.4.0"
description = "Get Python docstrings from files"
authors = ["Francisco Jimenez Cabrera <jkfran@gmail.com>"]
license = "GPL-3.0-or-later"
readme = "README.md"
homepage = "https://github.com/jkfran/docstring-extractor"
repository = "https://github.com/jkfran/docstring-extractor"
documentation = "https://github.com/jkfran/docstring-extractor"
keywords = ["docstring", "docstrings", "parser"]
classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
]
[tool.poetry.dependencies]
python = "^3.6"
docstring-parser = "^0.7.2"