File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version: 1.2.4
3
- version_info: (1,2,4 ,' final' ,1)
2
+ version: 1.3.0
3
+ version_info: (1,3,0 ,' final' ,1)
4
4
description: Python interface to MySQL
5
5
long_description:
6
6
=========================
@@ -14,9 +14,8 @@ long_description:
14
14
- Thread-safety
15
15
- Thread-friendliness (threads will not block each other)
16
16
\n
17
- MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently
18
- supported. Python-3.0 will be supported in a future release.
19
- PyPy is supported.
17
+ MySQL-3.23 through 5.5 and Python-2.7, 3.3-3.4 are currently
18
+ supported. PyPy is supported.
20
19
\n
21
20
MySQLdb is `Free Software`_.
22
21
\n
@@ -25,9 +24,11 @@ long_description:
25
24
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
26
25
author: Andy Dustman
27
26
author_email: farcepest@gmail.com
27
+ maintainer: INADA Naoki
28
+ maintainer_email: songofacandy@gmail.com
28
29
license: GPL
29
30
platforms: ALL
30
- url: https://github.com/farcepest/MySQLdb1
31
+ url: https://github.com/PyMySQL/mysqlclient-python
31
32
classifiers:
32
33
Development Status :: 5 - Production/Stable
33
34
Environment :: Other Environment
You can’t perform that action at this time.
0 commit comments