Skip to content

Commit 1996645

Browse files
daniel.eadesdanieleades
daniel.eades
authored andcommitted
fixup
1 parent 469e684 commit 1996645

File tree

2 files changed

+25
-2
lines changed

2 files changed

+25
-2
lines changed

pyproject.toml

+23
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,29 @@ sphinx-autogen = "sphinx.ext.autosummary.generate:main"
8282
requires = ["flit_core >=3.9,<4"]
8383
build-backend = "flit_core.buildapi"
8484

85+
[tool.flit.module]
86+
name = "sphinx"
87+
88+
[tool.flit.sdist]
89+
include = [
90+
"LICENSE.rst",
91+
"AUTHORS.rst",
92+
"CHANGES.rst",
93+
# Documentation
94+
"doc/",
95+
"CODE_OF_CONDUCT.rst", # used as an include in the Documentation
96+
"EXAMPLES.rst", # used as an include in the Documentation
97+
# Tests
98+
"tests/",
99+
"tox.ini",
100+
# Utilities
101+
"utils/",
102+
"babel.cfg",
103+
]
104+
exclude = [
105+
"doc/_build",
106+
]
107+
85108
[tool.uv]
86109
dev-dependencies = [
87110
# docs

uv.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)