commit 56b30aa4ed9ebbac64498cf246e1800030e7c6a1
parent 55c489ccf0c9a454b360d3dc35228b947065e557
Author: Daniel Moch <daniel@danielmoch.com>
Date: Tue, 4 Sep 2018 06:23:03 -0400
Add Documentation URL to pyproject.toml
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
@@ -17,6 +17,9 @@ classifiers = ["License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3 :: Only"]
requires-python = ">=3"
+[tool.flit.metadata.urls]
+Documentation = "https://nncli.readthedocs.io/en/latest"
+
[tool.flit.metadata.requires-extra]
dev = ["pipenv"]