init
This commit is contained in:
14
MANIFEST.in
Normal file
14
MANIFEST.in
Normal file
@@ -0,0 +1,14 @@
|
||||
# core project docs
|
||||
include README.md
|
||||
include LICENSE
|
||||
|
||||
# python typing markers
|
||||
recursive-include backend *.pyi
|
||||
recursive-include backend py.typed
|
||||
|
||||
# frontend assets (templates + static)
|
||||
recursive-include frontend *
|
||||
|
||||
# alembic migrations
|
||||
recursive-include backend/alembic *
|
||||
|
||||
Reference in New Issue
Block a user