You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
604 B
26 lines
604 B
include AUTHORS
|
|
include ChangeLog
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
|
|
global-exclude *.pyc
|
|
|
|
# Added the following includes to allow the package to be built from a
|
|
# source tree instead of a git repository tarball
|
|
include .testr.conf
|
|
include CONTRIBUTING.rst
|
|
include LICENSE
|
|
include README.rst
|
|
include babel.cfg
|
|
include openstack-common.conf
|
|
include requirements.txt
|
|
include test-requirements.txt
|
|
include tox.ini
|
|
include contrib/*
|
|
graft doc
|
|
graft etc
|
|
include sysinv/db/sqlalchemy/migrate_repo/migrate.cfg
|
|
include sysinv/openstack/common/config/generator.py
|
|
include sysinv/tests/policy.yaml
|
|
graft tools
|