add MANIFEST.in to finally fix pypi errs
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-28 21:29:41 +02:00
parent 3c7fe3df0d
commit ebfa41c2e6
3 changed files with 3 additions and 2 deletions

1
MANIFEST.in Normal file
View file

@ -0,0 +1 @@
include README.md

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "tenkan" name = "tenkan"
version = "0.1.5" version = "0.1.3"
description = "RSS/atom feed converter from html to gemini" description = "RSS/atom feed converter from html to gemini"
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"] authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
readme = 'README.md' readme = 'README.md'

View file

@ -18,7 +18,7 @@ here = os.path.abspath(os.path.dirname(__file__))
setup( setup(
name='tenkan', name='tenkan',
version='0.1.9', version='0.1.3',
long_description=open('README.md').read(), long_description=open('README.md').read(),
description='RSS/atom feed converter from html to gemini', description='RSS/atom feed converter from html to gemini',
long_description_content_type='text/markdown', long_description_content_type='text/markdown',