diff options
author | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-28 23:42:32 +0100 |
---|---|---|
committer | Raphaël Barrois <raphael.barrois@polytechnique.org> | 2013-03-28 23:43:03 +0100 |
commit | 7a7bfc750605701cb7d82656e918a5b375fbc385 (patch) | |
tree | 7f2679acddd83088ef4e09d311e38cee930db98b /setup.py | |
parent | 4d6847eb93aa269130ad803fb50be99c4a7508d0 (diff) | |
download | factory-boy-7a7bfc750605701cb7d82656e918a5b375fbc385.tar factory-boy-7a7bfc750605701cb7d82656e918a5b375fbc385.tar.gz |
Advertise PyPy support.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -90,6 +90,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development :: Testing', 'Topic :: Software Development :: Libraries :: Python Modules' ], |