Include icons in Python package

This commit is contained in:
Drew DeVault 2018-09-01 14:54:08 -04:00
parent 5738410ad2
commit 324fba48c0
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ setup(
'todosrht': [
'templates/*.html',
'static/*',
'static/icons/*',
'emails/*'
]
}