Skip to content

Commit

Permalink
pyproject: More stuff at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Mar 8, 2024
1 parent fb10e5a commit 0a0059b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a0059b

Please sign in to comment.