Mercurial > p > roundup > code
diff setup.py @ 7633:a426b5523aba
fix: update licenses, add license to PKG-INFO
Forgot to add Python Software Foundation License to the trove
categories when I vendored cgi.py.
Also added setting to set License in PKG-INFO displayed by 'pip show
roundup'.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 17 Sep 2023 15:58:09 -0400 |
| parents | bb443db61d1c |
| children | d3d685dab459 |
line wrap: on
line diff
--- a/setup.py Mon Sep 11 03:38:22 2023 -0400 +++ b/setup.py Sun Sep 17 15:58:09 2023 -0400 @@ -196,6 +196,7 @@ description="A simple-to-use and -install issue-tracking system" " with command-line, web and e-mail interfaces. Highly" " customisable.", + license="OSI Approved: MIT License, Zope Public License, Python Software Foundation License", long_description=long_description, long_description_content_type='text/x-rst', url='https://www.roundup-tracker.org', @@ -213,6 +214,7 @@ 'License :: OSI Approved', 'License :: OSI Approved :: MIT License', 'License :: OSI Approved :: Zope Public License', + 'License :: OSI Approved :: Python Software Foundation License', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',
