diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-21 12:41:12 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-21 12:41:12 -0400 |
commit | 1e625c54b4073c8d5dc8314bad1f7f32007f2938 (patch) | |
tree | 4b7b9e6d0fa031a7a73164678cfe9e9678a88bfc /setup.py | |
parent | 21edb6fe7f4627fe78bf8177af8cfd2a306fb416 (diff) | |
download | pytest-runner-1e625c54b4073c8d5dc8314bad1f7f32007f2938.tar.gz |
Add Pytest trove classifier2.9
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ setup_params = dict( "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", + "Framework :: Pytest", ], entry_points = { 'distutils.commands': [ |