Make sure all test data is included into the source tarball not only a recursive inclusion of a portion of it. This is needed to run tests at build time from the pypi provided source tarball
49 lines
930 B
Plaintext
49 lines
930 B
Plaintext
# Manifest describing source package contents
|
|
|
|
graft tools
|
|
graft dracut
|
|
graft helper
|
|
graft kiwi/boot
|
|
graft kiwi/utils
|
|
graft kiwi/markup
|
|
graft kiwi/archive
|
|
graft kiwi/bootloader
|
|
graft kiwi/builder
|
|
graft kiwi/container
|
|
graft kiwi/filesystem
|
|
graft kiwi/package_manager
|
|
graft kiwi/partitioner
|
|
graft kiwi/repository
|
|
graft kiwi/schema
|
|
graft kiwi/storage
|
|
graft kiwi/system
|
|
graft kiwi/volume_manager
|
|
graft kiwi/xsl
|
|
graft kiwi/schema
|
|
graft kiwi/config
|
|
graft kiwi/tasks
|
|
graft kiwi/solver
|
|
graft kiwi/iso_tools
|
|
graft kiwi/oci_tools
|
|
graft package
|
|
graft doc/source
|
|
graft test
|
|
|
|
include doc/Makefile
|
|
include Makefile
|
|
include README.rst
|
|
include LICENSE
|
|
include tox.ini
|
|
include kiwi.yml
|
|
|
|
recursive-include doc/build/man *
|
|
recursive-include *.gz *.iso *.kiwi *.pf2 *.py *.txt *.xml *.xz
|
|
|
|
include .bumpversion.cfg
|
|
include .coverage*
|
|
|
|
include .virtualenv.requirements.txt
|
|
include .virtualenv.dev-requirements.txt
|
|
|
|
global-exclude *.py[cod] __pycache__
|