diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 17:45:09 +0000 |
commit | da1a8f12d7a38f67f3f464aaaffa851f929ae4ea (patch) | |
tree | 677688f3aeab7f324f266d106770165708522c2c /docs/pyproject.toml | |
parent | Initial commit. (diff) | |
download | python-netaddr-upstream/0.10.1.tar.xz python-netaddr-upstream/0.10.1.zip |
Adding upstream version 0.10.1.upstream/0.10.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/pyproject.toml')
-rw-r--r-- | docs/pyproject.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/pyproject.toml b/docs/pyproject.toml new file mode 100644 index 0000000..6d60e40 --- /dev/null +++ b/docs/pyproject.toml @@ -0,0 +1,19 @@ +[tool.poetry] +name = "docs" +version = "0.1.0" +description = "" +authors = ["Your Name <you@example.com>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.10" +sphinx = "^7.2.6" +furo = "^2023.9.10" + + +[tool.poetry.group.autobuild.dependencies] +sphinx-autobuild = "^2021.3.14" + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" |