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

Commit e9dade8

Browse files
committed
updates to setup.py
1 parent ede4f8d commit e9dade8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

setup.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
2626

2727

2828
setuptools.setup(
29-
author="Brandt Bucher",
30-
author_email="brandt@python.org",
31-
description="High-performance autoincremented integer-valued mappings.",
29+
author="Brandt Bucher, Christopher Ariza",
30+
description="Dictionary-like lookup from NumPy array values to integer positions",
3231
ext_modules=[extension],
3332
license="MIT",
3433
long_description=LONG_DESCRIPTION,
3534
long_description_content_type="text/markdown",
36-
name="automap",
35+
name="arraymap",
3736
python_requires=">=3.7.0",
38-
url="https://github.com/brandtbucher/automap",
39-
version="0.6.2",
37+
url="https://github.com/static-frame/arraymap",
38+
version="0.1.0",
4039
)

0 commit comments

Comments
 (0)