We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a6a76 commit e22bca9Copy full SHA for e22bca9
.gitignore
@@ -14,3 +14,6 @@ __file_out.py
14
15
docs/res/contribs-new.html
16
dist/
17
+
18
+# for downloaded dependencies
19
+deps/
MANIFEST.in
pyproject.toml
@@ -35,6 +35,21 @@ dependencies = [
35
[tool.hatch.version]
36
path = "neoteroi/mkdocs/__init__.py"
37
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
53
[project.urls]
54
"Homepage" = "https://github.com/Neoteroi/mkdocs-plugins"
55
"Bug Tracker" = "https://github.com/Neoteroi/mkdocs-plugins/issues"
0 commit comments