mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-13 07:33:09 +00:00
Indicate Python 3 support in docs and Pypi.
This commit is contained in:
parent
bd90b4fe49
commit
b5fbdd3a66
2 changed files with 8 additions and 1 deletions
|
|
@ -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 |
|
||||
+------------------+------------+-----------+
|
||||
|
|
|
|||
3
setup.py
3
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue