Update requirements information.

This commit is contained in:
Marcel Rodrigues
2014-01-16 17:55:41 -02:00
parent 3576863f9c
commit 0f82f47b6c
2 changed files with 17 additions and 4 deletions

View File

@@ -16,13 +16,22 @@ IronPython and Jython.
Requirements
-------------
* Python 2.6, 2.7 or 3.3
* Python -- one of the following:
* http://www.python.org/
- CPython_ >= 2.6 or >= 3.3
- PyPy_ >= 2.0
- IronPython_ 2.7
* MySQL Server -- one of the following:
* MySQL 4.1 or higher
- MySQL_ >= 4.1
- MariaDB_ >= 5.1
.. _CPython: http://www.python.org/
.. _PyPy: http://pypy.org/
.. _IronPython: http://ironpython.net/
.. _MySQL: http://www.mysql.com/
.. _MariaDB: https://mariadb.org/
* protocol41 support, experimental 4.0 support
Installation
------------

View File

@@ -33,6 +33,10 @@ setup(
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: IronPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',