Skip to content

Commit f84fee5

Browse files
authored
Merge pull request #592 from mgorny/fix-sdist
Add missing files to sdist
2 parents 4403424 + 6adc8cf commit f84fee5

2 files changed

Lines changed: 13 additions & 20 deletions

File tree

MANIFEST.in

Lines changed: 0 additions & 20 deletions
This file was deleted.

pyproject.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,18 @@ statistics = true
102102
ignore = "E202"
103103
exclude = "./data,./src,.svn,CVS,.bzr,.hg,.git,__pycache__"
104104

105+
[tool.flit.sdist]
106+
include = [
107+
"AUTHORS.md",
108+
"CHANGELOG.md",
109+
"CITATION.cff",
110+
"conftest.py",
111+
"docs/",
112+
"mypy.ini",
113+
"noxfile.py",
114+
"tests/",
115+
"uv.lock",
116+
]
117+
105118
[tool.pytest.ini_options]
106119
addopts = "--pdbcls=IPython.terminal.debugger:Pdb"

0 commit comments

Comments
 (0)