Indicate Python 3 support in docs and Pypi.

This commit is contained in:
Jacek Tomaszewski 2013-04-08 11:52:44 +02:00
parent bd90b4fe49
commit b5fbdd3a66
2 changed files with 8 additions and 1 deletions

View file

@ -9,7 +9,11 @@ Requirements
+------------------+------------+-----------+
| Modeltranslation | Python | Django |
+==================+============+===========+
| >=0.5 | 2.6 - 2.7 | 1.5 |
| >=0.7 | 3.2 - 3.3 | 1.5 |
| +------------+-----------+
| | 2.6 - 2.7 | 1.4 - 1.5 |
+------------------+------------+-----------+
| ==0.5, ==0.6 | 2.6 - 2.7 | 1.5 |
| +------------+-----------+
| | 2.5 - 2.7 | 1.3 - 1.4 |
+------------------+------------+-----------+

View file

@ -32,6 +32,9 @@ setup(
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Operating System :: OS Independent',
'Environment :: Web Environment',
'Intended Audience :: Developers',