diff --git a/python-traceback2.changes b/python-traceback2.changes index 61187f0..65c7eec 100644 --- a/python-traceback2.changes +++ b/python-traceback2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Oct 14 19:16:33 UTC 2015 - toddrme2178@gmail.com + +- Add license explanation. + ------------------------------------------------------------------- Tue Oct 13 08:50:17 UTC 2015 - toddrme2178@gmail.com diff --git a/python-traceback2.spec b/python-traceback2.spec index ac14ad7..87c2973 100644 --- a/python-traceback2.spec +++ b/python-traceback2.spec @@ -20,6 +20,8 @@ Name: python-traceback2 Version: 1.4.0 Release: 0 Summary: Backports of the traceback module +# This is a backport of code taken from the Python codebase, +# and such is under the same license as Python as a whole. License: Python-2.0 Group: Development/Languages/Python Url: https://github.com/bitprophet/traceback2 @@ -48,6 +50,8 @@ python setup.py install --prefix=%{_prefix} --optimize=2 --root=%{buildroot} %files %defattr(-,root,root,-) %doc README.rst AUTHORS ChangeLog +# Contains the license +%doc setup.cfg %{python_sitelib}/* %changelog