Skip to content

Commit 4076027

Browse files
authored
bump version from 0.2.3 -> 0.2.4
fix `long_description` type for PyPI
2 parents c3fc526 + 471cbf3 commit 4076027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
packages=find_packages(exclude=['tests', 'test_*']),
1515

1616
long_description=long_description,
17-
long_description_content_type='text/x-rst',
17+
long_description_content_type='text/markdown',
1818

1919
python_requires='>=3.11,<4.0',
2020
install_requires=[

0 commit comments

Comments
 (0)