0
0
mirror of https://github.com/alerta/alerta.git synced 2024-07-26 17:32:32 +00:00
alerta_alerta/MANIFEST.in
2020-05-04 16:14:10 +02:00

12 lines
246 B
Plaintext

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 *