1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00

adapt MANIFEST.in to the structure of examples directory

This commit is contained in:
q-posev 2021-09-14 10:51:36 +02:00
parent 39b127270f
commit 264faf9c74

View File

@ -1 +1,9 @@
include src/*.c src/trexio*.h examples/*.ipynb requirements.txt tools/set_NUMPY_INCLUDEDIR.sh
include src/*.c
include src/trexio*.h
include examples/notebooks/*
include examples/README.md
include requirements.txt tools/set_NUMPY_INCLUDEDIR.sh
exclude examples/LICENSE
exclude examples/requirements.txt
exclude examples/runtime.txt