Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 7ea5fab

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_conf/src/pyproject.toml: Add tool.flit.sdist section
1 parent 4d20d4a commit 7ea5fab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/pkgs/sage_conf/src/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ description-file = "README.rst"
1313
[tool.flit.scripts]
1414
#sage-env-config = "bin/sage-env-config"
1515
sage-config = "sage_conf:_main"
16+
17+
[tool.flit.sdist]
18+
include = ["sage_conf.py"]

0 commit comments

Comments
 (0)