1 new commit in pytest-cache:

https://bitbucket.org/hpk42/pytest-cache/commits/d588ecf39349/
Changeset:   d588ecf39349
User:        hpk42
Date:        2014-03-04 13:43:47
Summary:     clarify licensing
Affected #:  1 file

diff -r ab97c6fb41570529cef4a95a40ac00152dd09d6f -r 
d588ecf39349e70d62cc19a603c00d7a339897bf setup.py
--- a/setup.py
+++ b/setup.py
@@ -9,11 +9,12 @@
     url='http://bitbucket.org/hpk42/pytest-cache/',
     py_modules=['pytest_cache'],
     entry_points={'pytest11': ['cacheprovider = pytest_cache']},
-    install_requires=['pytest>=2.2', 'execnet>=1.1.dev1', ],
+    install_requires=['pytest>=2.2', 'execnet>=1.2', ],
+    license="MIT License",
     classifiers=[
             'Development Status :: 3 - Alpha',
             'Intended Audience :: Developers',
-            'License :: OSI Approved :: GNU General Public License (GPL)',
+            'License :: OSI Approved :: MIT License',
             'Operating System :: POSIX',
             'Operating System :: Microsoft :: Windows',
             'Operating System :: MacOS :: MacOS X',

Repository URL: https://bitbucket.org/hpk42/pytest-cache/

--

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

Reply via email to