diff options
author | nkryptic <nkryptic@gmail.com> | 2013-03-12 01:08:59 -0400 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-15 01:58:46 +0100 |
commit | 6c4f5846c8e21d6e48347b7e661edb72ffabb9f1 (patch) | |
tree | 966472532d500451f11a6e63ba27daa1d4d03aeb /setup.py | |
parent | 624aedf03974bedb34349d0664fb863935e99969 (diff) | |
download | factory-boy-6c4f5846c8e21d6e48347b7e661edb72ffabb9f1.tar factory-boy-6c4f5846c8e21d6e48347b7e661edb72ffabb9f1.tar.gz |
Add full Python 3 compatibility (Closes #10, #20, #49).
Also:
- update travis.yml to build against 2.6-2.7 and 3.2-3.3
- Switch to relative imports
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -87,6 +87,9 @@ setup( 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Software Development :: Testing', 'Topic :: Software Development :: Libraries :: Python Modules' ], |