nmstate/MANIFEST.in
Quique Llorente 747879bea4 srpm: Don't include directory rust/target
If the SRPM is created after building rest it will include the rust
binaries inside the SRPM this make run-tests.sh quite slow.

Signed-off-by: Quique Llorente <ellorent@redhat.com>
2022-03-03 13:11:46 +08:00

11 lines
265 B
Plaintext

include LICENSE
include README.md
include pyproject.toml
recursive-include rust *
include requirements.txt
include doc/nmstatectl.8.in
include doc/nmstate-autoconf.8.in
recursive-include examples *.yml
exclude packaging/nmstate.spec
recursive-exclude rust/target *