From 0a0059b422fb614860686c7839fae9647ab62688 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Fri, 8 Mar 2024 02:52:51 +0200 Subject: [PATCH] pyproject: More stuff at bottom --- pyproject.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3af8cb..f16e55f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,3 +36,21 @@ dependencies = [ "sphinx_rtd_theme_ext_color_contrast", ] +#[project.optional-dependencies] +#test = [ +# # FIXME +# "pytest", +#] + +[project.urls] +Repository = "https://github.com/coderefinery/sphinx-lesson" +Documentation = "https://coderefinery.github.io/sphinx-lesson/" + + +# https://flit.pypa.io/en/latest/upload.html +# flit build +# You need to configure a .pypirc file for test upload, or use environment variables: +# https://flit.pypa.io/en/latest/upload.html#using-pypirc +# flit publish --repository testpypi +# or: FLIT_INDEX_URL=https://test.pypi.org/legacy/ FLIT_USERNAME=xxx and FLIT_PASSWORD=xxx flit publish +# flit publish