We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MANIFEST.in
1 parent bf01d89 commit da8ba5eCopy full SHA for da8ba5e
.gitignore
@@ -46,8 +46,6 @@ share/python-wheels/
46
*.egg-info/
47
.installed.cfg
48
*.egg
49
-MANIFEST
50
-MANIFEST.in
51
52
## Sphinx documentation
53
docs/build/
MANIFEST.in
@@ -0,0 +1,6 @@
1
+include LICENSE
2
+include README.md
3
+include CHANGELOG.md
4
+include requirements.txt
5
+include src/xtl/nanobragg/jobs/scripts/stol/*.txt
6
+prune src/*.egg-info
pyproject.toml
@@ -81,6 +81,9 @@ dev = [
81
"sphinx-favicon>=1.0.1"
82
]
83
84
+[tool.setuptools]
85
+include-package-data = true
86
+
87
[tool.setuptools.dynamic]
88
version = {attr = "xtl.__version__"}
89
0 commit comments