libextractor-python

GNU libextractor
Log | Files | Refs | README | LICENSE

commit cbc832eb77362fcd71c8571a89dddc08bc714c5b
parent 3f4b4d412ca5c1b9022186ceb6f921af542ae59f
Author: Nils Gillmann <gillmann@infotropique.org>
Date:   Fri,  8 Jun 2018 05:43:11 +0000

whitespace only.

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>

Diffstat:
Msetup.py | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/setup.py b/setup.py @@ -19,26 +19,26 @@ setup( description = "Python bindings for GNU libextractor", license = "GNU GPLv3+", keywords = "libextractor binding tag metadata", - url = "https://www.gnu.org/s/libextractor/", + url = "https://www.gnu.org/s/libextractor/", long_description="""libextractor is a simple library for keyword extraction. libextractor does not support all formats but supports a simple plugging mechanism such that you can quickly add extractors for additional formats, even without recompiling libextractor. libextractor typically ships with a dozen helper-libraries that can be used to obtain keywords from common -file-types. +file-types. libextractor is a part of the GNU project (https://www.gnu.org/).""", - + classifiers=['Development Status :: 3 - Alpha', - 'Intended Audience :: Developers', - 'License :: OSI Approved :: GNU General Public License (GPL)', - 'Operating System :: OS Independent', - 'Operating System :: MacOS :: MacOS X', - 'Operating System :: Microsoft :: Windows', - 'Operating System :: POSIX', - 'Topic :: System :: Filesystems', - 'Topic :: Text Processing :: Filters'], - + 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License (GPL)', + 'Operating System :: OS Independent', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX', + 'Topic :: System :: Filesystems', + 'Topic :: Text Processing :: Filters'], + platforms=['windows', 'Linux', 'MacOS X', 'Solaris', 'FreeBSD'], - + )