Skip to content
Snippets Groups Projects
Commit 97c7f872 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Adapt MANIFEST.in to prevent some files from being packed during build process.


Signed-off-by: default avatarDaniel Scheffler <danschef@gfz-potsdam.de>
parent 0c5cd4a9
No related branches found
Tags v0.20.0
1 merge request!108Maintenance/modernize setup
Pipeline #77089 passed
......@@ -4,9 +4,17 @@ include HISTORY.rst
include LICENSE
include README.rst
recursive-exclude tests *
exclude .coveragerc
exclude .gitattributes
exclude .gitignore
exclude .gitlab-ci.yml
exclude MANIFEST.in
recursive-exclude .github *
recursive-exclude docs *
recursive-exclude examples *
recursive-exclude tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
recursive-include *.rst conf.py Makefile make.bat *.jpg *.png *.gif
......@@ -136,11 +136,6 @@ include-package-data = true
license-files = ["LICENSE"]
[tool.setuptools.packages.find]
exclude = [
"docs*",
"examples*",
"tests*",
]
namespaces = false
[tool.setuptools.dynamic]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment