Skip to content

Commit a0b0d1f

Browse files
committed
Fix typos, complete license declaration.
1 parent fd33e79 commit a0b0d1f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/announcement.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Among the notable improvements from the 2.1.0 release are:
3232
- Word size for Roundup's full text search increased to 50.
3333

3434
- CORS support for the REST interface allowing Roundup to
35-
be use by third party services. Includes ability to
35+
be used by third party services. Includes ability to
3636
list valid Origins in CSRF checks.
3737

3838
- Dockerfile support. Docker-compose for a mysql based
@@ -73,7 +73,7 @@ Among the notable improvements from the 2.1.0 release are:
7373

7474
The file CHANGES.txt has a detailed list of feature additions and
7575
bug fixes (50) for each release. The most recent changes from
76-
there are at the end of this announcement. Also see the
76+
there are at the end of this announcement. Also see the
7777
information in doc/upgrading.txt.
7878

7979
If you find bugs, please report them to issues AT roundup-tracker.org

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ def main():
197197
'Intended Audience :: End Users/Desktop',
198198
'Intended Audience :: Developers',
199199
'Intended Audience :: System Administrators',
200+
'License :: OSI Approved',
200201
'License :: OSI Approved :: MIT License',
202+
'License :: OSI Approved :: Zope Public License'
201203
'Operating System :: MacOS :: MacOS X',
202204
'Operating System :: Microsoft :: Windows',
203205
'Operating System :: POSIX',

0 commit comments

Comments
 (0)