Skip to content

Commit 2006505

Browse files
committed
Prepare 1.3.0
1 parent 63b8f3e commit 2006505

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

metadata.cfg

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[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)
44
description: Python interface to MySQL
55
long_description:
66
=========================
@@ -14,9 +14,8 @@ long_description:
1414
- Thread-safety
1515
- Thread-friendliness (threads will not block each other)
1616
\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.
2019
\n
2120
MySQLdb is `Free Software`_.
2221
\n
@@ -25,9 +24,11 @@ long_description:
2524
.. [PEP-0249] http://www.python.org/peps/pep-0249.html
2625
author: Andy Dustman
2726
author_email: farcepest@gmail.com
27+
maintainer: INADA Naoki
28+
maintainer_email: songofacandy@gmail.com
2829
license: GPL
2930
platforms: ALL
30-
url: https://github.com/farcepest/MySQLdb1
31+
url: https://github.com/PyMySQL/mysqlclient-python
3132
classifiers:
3233
Development Status :: 5 - Production/Stable
3334
Environment :: Other Environment

0 commit comments

Comments
 (0)