Skip to content

Commit 2966aef

Browse files
committed
updated long_description_content_type
1 parent 6aaf7b0 commit 2966aef

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
@@ -52,7 +52,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
5252
version=AK_VERSION,
5353
description='Array utilities for StaticFrame',
5454
long_description=get_long_description(),
55-
long_description_content_type='text/plain', # use text/x-rst
55+
long_description_content_type='text/x-rst', # use text/x-rst
5656
python_requires='>=3.10',
5757
install_requires=['numpy>=1.24.3'],
5858
url='https://github.com/static-frame/arraykit',

0 commit comments

Comments
 (0)