0c619c133d
Add admin command for db schema upgrade/downgrade/etc. Move alembic migrations so above can find them when installed as a package. Fix up packaging to use setup.cfg and pbr. Flesh out README.
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
include README.md
|
|
include requirements.txt
|
|
include LICENSE
|
|
include winchester/db/migrations/README
|
|
include winchester/db/migrations/script.py.mako
|
|
|
|
recursive-include etc *
|
|
recursive-include winchester/db/migrations/versions *
|
|
|
|
exclude .gitignore
|
|
exclude .gitreview
|
|
global-exclude *.pyc
|