Skip to content

Commit 768f49f

Browse files
committed
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'.
1 parent 3becacb commit 768f49f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ def main():
196196
description="A simple-to-use and -install issue-tracking system"
197197
" with command-line, web and e-mail interfaces. Highly"
198198
" customisable.",
199+
license="OSI Approved: MIT License, Zope Public License, Python Software Foundation License",
199200
long_description=long_description,
200201
long_description_content_type='text/x-rst',
201202
url='https://www.roundup-tracker.org',
@@ -213,6 +214,7 @@ def main():
213214
'License :: OSI Approved',
214215
'License :: OSI Approved :: MIT License',
215216
'License :: OSI Approved :: Zope Public License',
217+
'License :: OSI Approved :: Python Software Foundation License',
216218
'Operating System :: MacOS :: MacOS X',
217219
'Operating System :: Microsoft :: Windows',
218220
'Operating System :: POSIX',

0 commit comments

Comments
 (0)