[Pytest-commit] commit/pytest-pep8: hpk42: clarified in setup.py that license is MIT
commits-noreply at bitbucket.org
commits-noreply at bitbucket.org
Sun Jan 19 18:55:42 CET 2014
1 new commit in pytest-pep8:
https://bitbucket.org/hpk42/pytest-pep8/commits/e9317b1b8eb9/
Changeset: e9317b1b8eb9
User: hpk42
Date: 2014-01-19 18:55:36
Summary: clarified in setup.py that license is MIT
Affected #: 2 files
diff -r 0a1ae12443cd8b1ad02c5e9dfc2bba7527568049 -r e9317b1b8eb91e0bd3e46b650d765fff616279d1 CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+1.0.6
+--------------
+
+- clarified in setup.py that license is MIT
+
1.0.5
--------------
diff -r 0a1ae12443cd8b1ad02c5e9dfc2bba7527568049 -r e9317b1b8eb91e0bd3e46b650d765fff616279d1 setup.py
--- a/setup.py
+++ b/setup.py
@@ -5,6 +5,7 @@
name='pytest-pep8',
description='pytest plugin to check PEP8 requirements',
long_description=open("README.txt").read(),
+ license="MIT license",
version='1.0.5',
author='Holger Krekel and Ronny Pfannschmidt',
author_email='holger.krekel at gmail.com',
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