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