Add manifest file to include base alembic config
This commit adds a manifset file to ensure that the base alembic config file is installed in the correct path. The subunit2sql-db-manage utility depends on that file exisiting in the same dir so it can use it to build on based on the subunit2sql config file. Change-Id: Icc0d97ca1d1b0bd91434a38014902b922a4ff3ba
This commit is contained in:
parent
d976adcdce
commit
fe24b4a396
6
MANIFEST.in
Normal file
6
MANIFEST.in
Normal file
@ -0,0 +1,6 @@
|
||||
include subunit2sql/migrations/alembic.ini
|
||||
|
||||
exclude .gitreview
|
||||
exclude .gitignore
|
||||
|
||||
global-exclude *.pyc
|
Loading…
Reference in New Issue
Block a user