[Pytest-commit] commit/pytest-pep8: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sun Apr 27 19:51:05 CEST 2014


2 new commits in pytest-pep8:

https://bitbucket.org/hpk42/pytest-pep8/commits/5800f22ff23e/
Changeset:   5800f22ff23e
Branch:      saulshanabrook/add-trove-classifiers-to-show-python-ver-1398620386732
User:        saulshanabrook
Date:        2014-04-27 19:39:47
Summary:     Add trove classifiers to show python version compat
Affected #:  1 file

diff -r fb3ba1fcb9030a42efb84900b11ccfb6050a04f4 -r 5800f22ff23e2733f9fab61a6b4768ae6cfda505 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'
+        ],
     )


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.


More information about the pytest-commit mailing list