File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
* .pyc
2
2
__pycache__
3
- py3k
3
+ py3k
4
+ dist
5
+ PyMySQL.egg-info
Original file line number Diff line number Diff line change 23
23
24
24
'''
25
25
26
- VERSION = (0 , 4 , None )
26
+ VERSION = (0 , 5 , None )
27
27
28
28
from constants import FIELD_TYPE
29
29
from converters import escape_dict , escape_sequence , escape_string
Original file line number Diff line number Diff line change 17
17
url = 'http://code.google.com/p/pymysql' ,
18
18
author = 'yutaka.matsubara' ,
19
19
author_email = 'yutaka.matsubara@gmail.com' ,
20
- maintainer = 'David.Story ' ,
21
- maintainer_email = 'iDavidStory @gmail.com' ,
20
+ maintainer = 'Pete Hunt ' ,
21
+ maintainer_email = 'floydophone @gmail.com' ,
22
22
description = 'Pure Python MySQL Driver ' ,
23
23
license = "MIT" ,
24
24
packages = ['pymysql' , 'pymysql.constants' , 'pymysql.tests' ]
You can’t perform that action at this time.
0 commit comments