config/sysinv/sysinv/sysinv/MANIFEST.in
Al Bailey 4598ca8d65 Deprecate sysinv.openstack.common.db in favor of oslo_db
openstack.common.db was not being used except by unit tests.
The sysinv engine had previously been converted, so the
changes are primarily in the unit test environment.

Story: 2006796
Task: 37426
Change-Id: Ie638ee7e347fef0ada061ed4047decd0cbb919ef
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2020-02-07 11:55:49 -06:00

26 lines
604 B
Plaintext

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.json
graft tools