File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 35
35
DateFromTicks , TimeFromTicks , TimestampFromTicks )
36
36
37
37
38
- VERSION = (0 , 8 , 0 , None )
38
+ VERSION = (0 , 8 , 1 , None )
39
39
threadsafety = 1
40
40
apilevel = "2.0"
41
41
paramstyle = "pyformat"
Original file line number Diff line number Diff line change 16
16
name = "PyMySQL" ,
17
17
version = version ,
18
18
url = 'https://github.com/PyMySQL/PyMySQL/' ,
19
+ project_urls = {
20
+ "Documentation" : "https://pymysql.readthedocs.io/" ,
21
+ },
19
22
author = 'yutaka.matsubara' ,
20
23
author_email = 'yutaka.matsubara@gmail.com' ,
21
24
maintainer = 'INADA Naoki' ,
32
35
'Programming Language :: Python :: 3.4' ,
33
36
'Programming Language :: Python :: 3.5' ,
34
37
'Programming Language :: Python :: 3.6' ,
38
+ 'Programming Language :: Python :: 3.7' ,
35
39
'Programming Language :: Python :: Implementation :: CPython' ,
36
40
'Programming Language :: Python :: Implementation :: PyPy' ,
37
41
'Intended Audience :: Developers' ,
38
42
'License :: OSI Approved :: MIT License' ,
39
43
'Topic :: Database' ,
40
44
],
45
+ keywords = "MySQL" ,
41
46
)
You can’t perform that action at this time.
0 commit comments