Skip to content

Commit e22bca9

Browse files
Fix ultra fat dist .tar
1 parent a7a6a76 commit e22bca9

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ __file_out.py
1414

1515
docs/res/contribs-new.html
1616
dist/
17+
18+
# for downloaded dependencies
19+
deps/

MANIFEST.in

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

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,21 @@ dependencies = [
3535
[tool.hatch.version]
3636
path = "neoteroi/mkdocs/__init__.py"
3737

38+
[tool.hatch.build.targets.sdist]
39+
exclude = [
40+
"/.github",
41+
"/docs",
42+
"/deps",
43+
"/styles",
44+
"/tests",
45+
"mkdocs-plugins.code-workspace",
46+
"Makefile",
47+
"CODE_OF_CONDUCT.md",
48+
".isort.cfg",
49+
".gitignore",
50+
".flake8"
51+
]
52+
3853
[project.urls]
3954
"Homepage" = "https://github.com/Neoteroi/mkdocs-plugins"
4055
"Bug Tracker" = "https://github.com/Neoteroi/mkdocs-plugins/issues"

0 commit comments

Comments
 (0)