Merge .xsl & html template

Turns out they somehow serve a similar purpose
This commit is contained in:
2020-04-15 22:30:45 +02:00
parent 0b31e97492
commit fe82b19c91
5 changed files with 67 additions and 279 deletions

View File

@@ -13,7 +13,7 @@ setup(
license = 'AGPL v3',
packages = [package_name],
install_requires = ['lxml', 'bs4', 'python-dateutil', 'chardet', 'pymysql'],
package_data = {package_name: ['feedify.ini', 'reader.html.template']},
package_data = {package_name: ['feedify.ini']},
data_files = [
('share/' + package_name, ['README.md', 'LICENSE']),
('share/' + package_name + '/www', glob('www/*.*')),