atom feed support

This commit is contained in:
Jaume Delclòs Coll
2020-10-29 16:05:57 +01:00
parent 530f078744
commit ecbd574cf6
5 changed files with 126 additions and 18 deletions

View File

@@ -20,7 +20,8 @@ setup(
'inflect',
'mistune',
'colorama',
'six'
'six',
'feedgen',
],
include_package_data = True,
entry_points = {