diff options
author | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:33:08 +0200 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polyconseil.fr> | 2015-04-21 11:33:08 +0200 |
commit | 0e73c401d3a0aa0780bf428cc2f4cea142118ac2 (patch) | |
tree | 5660ec370e4bfb28075f0bc6be3c800569b05b48 | |
parent | 86d1b29ea5e508c37320ad66949d2d8d33b1db02 (diff) | |
download | factory-boy-0e73c401d3a0aa0780bf428cc2f4cea142118ac2.tar factory-boy-0e73c401d3a0aa0780bf428cc2f4cea142118ac2.tar.gz |
Declare Python3.4 support
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ setup( "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Testing", "Topic :: Software Development :: Libraries :: Python Modules" |