Mercurial > p > roundup > code
diff setup.py @ 6736:0b10732e09ee
Fix typos, complete license declaration.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 28 Jun 2022 16:35:47 -0400 |
| parents | 9288a08dbca4 |
| children | 3c198cd7c24e |
line wrap: on
line diff
--- a/setup.py Mon Jun 27 17:34:42 2022 -0400 +++ b/setup.py Tue Jun 28 16:35:47 2022 -0400 @@ -197,7 +197,9 @@ 'Intended Audience :: End Users/Desktop', 'Intended Audience :: Developers', 'Intended Audience :: System Administrators', + 'License :: OSI Approved', 'License :: OSI Approved :: MIT License', + 'License :: OSI Approved :: Zope Public License' 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX',
