gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [libextractor-python] 02/03: whitespace only.


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] 02/03: whitespace only.
Date: Fri, 08 Jun 2018 08:11:09 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository libextractor-python.

commit cbc832eb77362fcd71c8571a89dddc08bc714c5b
Author: Nils Gillmann <address@hidden>
AuthorDate: Fri Jun 8 05:43:11 2018 +0000

    whitespace only.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 setup.py | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/setup.py b/setup.py
index 46bfba2..c0c449b 100644
--- 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'],
-    
+
 )

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]