Prepare 1.3.0

This commit is contained in:
INADA Naoki
2014-04-28 14:40:49 +09:00
parent 63b8f3e059
commit 2006505f75

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
version: 1.2.4 version: 1.3.0
version_info: (1,2,4,'final',1) version_info: (1,3,0,'final',1)
description: Python interface to MySQL description: Python interface to MySQL
long_description: long_description:
========================= =========================
@ -14,9 +14,8 @@ long_description:
- Thread-safety - Thread-safety
- Thread-friendliness (threads will not block each other) - Thread-friendliness (threads will not block each other)
\n \n
MySQL-3.23 through 5.5 and Python-2.4 through 2.7 are currently MySQL-3.23 through 5.5 and Python-2.7, 3.3-3.4 are currently
supported. Python-3.0 will be supported in a future release. supported. PyPy is supported.
PyPy is supported.
\n \n
MySQLdb is `Free Software`_. MySQLdb is `Free Software`_.
\n \n
@ -25,9 +24,11 @@ long_description:
.. [PEP-0249] http://www.python.org/peps/pep-0249.html .. [PEP-0249] http://www.python.org/peps/pep-0249.html
author: Andy Dustman author: Andy Dustman
author_email: farcepest@gmail.com author_email: farcepest@gmail.com
maintainer: INADA Naoki
maintainer_email: songofacandy@gmail.com
license: GPL license: GPL
platforms: ALL platforms: ALL
url: https://github.com/farcepest/MySQLdb1 url: https://github.com/PyMySQL/mysqlclient-python
classifiers: classifiers:
Development Status :: 5 - Production/Stable Development Status :: 5 - Production/Stable
Environment :: Other Environment Environment :: Other Environment