1 new commit in pytest-pep8: https://bitbucket.org/hpk42/pytest-pep8/commits/a1a7003e215b/ Changeset: a1a7003e215b User: hpk42 Date: 2014-04-27 19:51:02 Summary: Merged in saulshanabrook/pytest-pep8/saulshanabrook/add-trove-classifiers-to-show-python-ver-1398620386732 (pull request #7)
Add trove classifiers to show python version compat Affected #: 1 file diff -r fb3ba1fcb9030a42efb84900b11ccfb6050a04f4 -r a1a7003e215bf996d68f7d925cd655b83a0ceab8 setup.py --- a/setup.py +++ b/setup.py @@ -13,4 +13,11 @@ py_modules=['pytest_pep8'], entry_points={'pytest11': ['pep8 = pytest_pep8']}, install_requires=['pytest-cache', 'pytest>=2.4.2', 'pep8>=1.3', ], + classifiers=[ + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4' + ], ) Repository URL: https://bitbucket.org/hpk42/pytest-pep8/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit