summaryrefslogtreecommitdiff
path: root/math/py-bottleneck/files/patch-setup.py
blob: ba1ff4e2ea5a1d9e641549fcd3bd5d8ce7d10b50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2024-02-25 00:30:13 UTC
+++ setup.py
@@ -175,7 +175,7 @@ metadata = dict(
 
 
 metadata = dict(
-    name="Bottleneck",
+    name="bottleneck",
     maintainer="Christopher Whelan",
     maintainer_email="bottle-neck@googlegroups.com",
     description="Fast NumPy array functions written in C",