summaryrefslogtreecommitdiff
path: root/lang/cython3/files/patch-setup.py
blob: 4c5b5f8a7961cb359994ec83dcc5d04e50d49fa4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2024-01-10 09:54:48 UTC
+++ setup.py
@@ -243,7 +243,7 @@ def run_build():
 
     from Cython import __version__ as version
     setup(
-        name='Cython',
+        name='cython',
         version=version,
         url='https://cython.org/',
         author='Robert Bradshaw, Stefan Behnel, Dag Seljebotn, Greg Ewing, et al.',