You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alerta_alerta/MANIFEST.in

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 *