summaryrefslogtreecommitdiff
path: root/devel/py-gitpython/files/patch-setup.py
blob: 172a15586e32f111cffef11ae94b5a14bd08b7a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2024-03-30 07:54:12 UTC
+++ setup.py
@@ -63,7 +63,7 @@ setup(
 
 
 setup(
-    name="GitPython",
+    name="gitpython",
     cmdclass={"build_py": build_py, "sdist": sdist},
     version=version,
     description="GitPython is a Python library used to interact with Git repositories",