v2.8.16 update licensing information in Python extension (Jan Dittberner)
make translations work in Python extension (Jan Dittberner)
+ fix Python extension compilation warning (Jan Dittberner)
+ add a long description to Python extension (Jan Dittberner)
v2.8.15 allow building of Python extension outside source folder (Jan Dittberner)
fix type on Python extension's trove classifier
reflect license change discussion that was never actually implemented in the repository and update to LGPL
name="cracklib",
version="@VERSION@",
description="A CPython extension module wrapping the libcrack library",
+ long_description="""\
+This CPython extension provides Python bindings for cracklib. It
+contains a pythonic interface to cracklib's functions and some Python
+convenience functions.
+""",
author="Jan Dittberner",
author_email="jan@dittberner.info",
url="http://cracklib.sourceforge.net/",
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",
+ "Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Security",
"Topic :: Software Development :: Libraries :: Python Modules",