From: Jan Dittberner Date: Wed, 18 Nov 2009 20:00:32 +0000 (+0000) Subject: fix typo in Python extension's trove classification X-Git-Tag: cracklib-2-8-15@148~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2231ca1c21feaa6fe795a9a5ff30d69a1af328e0;p=cracklib fix typo in Python extension's trove classification git-svn-id: file:///tmp/cracklib-svn/trunk/cracklib@146 4175fe1e-86d5-4fdc-8e6a-506fab9d8533 --- diff --git a/NEWS b/NEWS index bf5c109..5a67aa2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ v2.8.15 allow building of Python extension outside source folder (Jan Dittberner) + fix type on Python extension's trove classifier v2.8.14 Added Assamese translation (Amitakhya Phukan) Added Bengali India translation (Runa Bhattacharjee) Added Gujarati translation (Ankit Patel) diff --git a/python/setup.py.in b/python/setup.py.in index a4980fd..a2a4a80 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -45,6 +45,6 @@ setup( "Programming Language :: Python", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules", - "Topic :: Systems :: Systems Administration", + "Topic :: System :: Systems Administration", ], )