We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aaf7b0 commit 2966aefCopy full SHA for 2966aef
setup.py
@@ -52,7 +52,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
52
version=AK_VERSION,
53
description='Array utilities for StaticFrame',
54
long_description=get_long_description(),
55
- long_description_content_type='text/plain', # use text/x-rst
+ long_description_content_type='text/x-rst', # use text/x-rst
56
python_requires='>=3.10',
57
install_requires=['numpy>=1.24.3'],
58
url='https://github.com/static-frame/arraykit',
0 commit comments