aboutsummaryrefslogtreecommitdiffstats
path: root/print/py-fontpens/files/patch-setup.py
blob: ab90dc9ded28a444f4552771d7fbe186366352aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2018-12-15 04:52:52 UTC
+++ setup.py
@@ -142,7 +142,7 @@ setup_params = dict(
     long_description = f.read()
 
 setup_params = dict(
-    name="fontPens",
+    name="fontpens",
     version="0.2.4",
     description=("A collection of classes implementing the pen "
                  "protocol for manipulating glyphs."),