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

Commit ea5d18b

Browse files
committed
code cleanup
1 parent 5c19534 commit ea5d18b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@
66

77
AM_VERSION = "0.1.9"
88

9-
109
with open("README.rst") as file:
1110
LONG_DESCRIPTION = file.read()
1211

13-
1412
def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
1513
dirs = []
1614
for sp in site.getsitepackages():
@@ -19,7 +17,6 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
1917
dirs.append(fp)
2018
return dirs
2119

22-
2320
extension = setuptools.Extension(
2421
"arraymap",
2522
["arraymap.c"],
@@ -29,7 +26,6 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
2926
libraries=["npymath"],
3027
)
3128

32-
3329
setuptools.setup(
3430
name="arraymap",
3531
version=AM_VERSION,

0 commit comments

Comments
 (0)