Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit 34063c8

Browse files
committed
updated readme format, added badges
1 parent 7f154c2 commit 34063c8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md renamed to README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ What is New in ArrayMap
4040
-------------------------
4141

4242
0.1.2
43-
-------
43+
........
4444

4545
Corrected segfault resulting from initialization from generators that raise.
4646

4747

4848
0.1.1
49-
-------
49+
........
5050

5151
Added `__version__` to module; releasing wheels.
5252

5353

5454
0.1.0
55-
-------
55+
........
5656

5757
Initial release with NumPy integration.
5858

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
AM_VERSION = "0.1.2"
88

99

10-
with open("README.md") as file:
10+
with open("README.rst") as file:
1111
LONG_DESCRIPTION = file.read()
1212

1313

@@ -37,7 +37,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
3737
ext_modules=[extension],
3838
license="MIT",
3939
long_description=LONG_DESCRIPTION,
40-
long_description_content_type="text/markdown",
40+
# long_description_content_type="text/markdown",
4141
name="arraymap",
4242
python_requires=">=3.7.0",
4343
url="https://github.com/static-frame/arraymap",

0 commit comments

Comments
 (0)