change config to set readme.md instead of rst

Necesary to build wheel package
This commit is contained in:
RubenPX 2022-04-04 17:23:25 +02:00
parent 3119658098
commit 584f8b990a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ setup(
packages=find_packages(),
include_package_data=True,
python_requires='>=3.7.3',
long_description=Path('README.rst').read_text('utf8'),
long_description=Path('README.md').read_text('utf8'),
install_requires=[
'teal>=0.2.0a38', # teal always first
'click',