aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-jsonsir/files/patch-setup.py
blob: 4ef37ab0b0ddc4c164a15236ce2515a9cf2423f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2015-01-16 11:04:40 UTC
+++ setup.py
@@ -6,7 +6,7 @@ setup(
 description = 'A serializer for JSON-like data in Python.'
 
 setup(
-    name='JsonSir',
+    name='jsonsir',
     version='0.0.2',
     author='RussellLuo',
     author_email='luopeng.he@gmail.com',