add MANIFEST.in to finally fix pypi errs
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
3c7fe3df0d
commit
ebfa41c2e6
3 changed files with 3 additions and 2 deletions
1
MANIFEST.in
Normal file
1
MANIFEST.in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
include README.md
|
|
@ -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'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue