aboutsummaryrefslogtreecommitdiff
path: root/math/py-distance/files/patch-setup.py
blob: 2734ab53d1e393c19f271c1c9ed4fd52395c2cdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2026-07-09 15:32:30 UTC
+++ setup.py
@@ -112,7 +112,7 @@ setup (
     long_description = f.read()
 
 setup (
-    name = 'Distance',
+    name = 'distance',
     version = '0.1.3',
     description = 'Utilities for comparing sequences',
     long_description = long_description,