0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-24 01:10:24 +00:00
alerta_alerta/MANIFEST.in
2020-05-04 16:14:10 +02:00

11 lines
246 B
Text

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