0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-27 18:39:04 +00:00
alerta_alerta/MANIFEST.in
2017-09-22 11:56:05 +01:00

10 lines
230 B
Text

include VERSION
include LICENSE
include NOTICE
include README.md
exclude .gitignore
global-exclude *.pyc
include alerta/app.wsgi
include alerta/sql/schema.sql
recursive-include alerta/templates *
recursive-include alerta/static *