gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libextractor-python] branch master updated: +


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated: +
Date: Sun, 17 Jun 2018 15:17:34 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 6ffafec  +
6ffafec is described below

commit 6ffafec3d8131906cde8ed0ec4a51c2a6f91afb3
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun Jun 17 13:18:06 2018 +0000

    +
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 libextractor/examples/__init__.py |  0
 setup.py                          | 18 +++++++-----------
 2 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/libextractor/examples/__init__.py 
b/libextractor/examples/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/setup.py b/setup.py
index 1db0aa0..1c28d1f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,35 +1,32 @@
 #!/bin/env/python
 try:
-    from setuptools import setup
+    from setuptools import setup, find_packages
 except ImportError:
-    from distutils.core import setup
+    from distutils.core import setup, find_packages
 
 setup(
     name = "Extractor",
     version = "1.7",
 
-    packages = ['libextractor'],
-    scripts = ['examples/extract.py'],
-
+    packages = find_packages(),
     entry_points = { "console_scripts": [ "extract.py = 
libextractor.examples.__main__:main", ] },
 
-    # install_requires = ['ctypes >= 0.9'],
-
-    # metadata for upload to PyPI
     author = "Bader Ladjemi, Christian Grothoff, Nils Gillmann (ng0)",
     author_email = "address@hidden",
     description = "Python bindings for GNU libextractor",
     license = "GNU GPLv3+",
     keywords = "libextractor binding tag metadata",
     url = "https://www.gnu.org/s/libextractor/";,
-    long_description="""libextractor is a simple library for keyword 
extraction.  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.
 
-libextractor is a part of the GNU project (https://www.gnu.org/).""",
+libextractor is a part of the GNU project (https://www.gnu.org/).
+    """,
 
     classifiers=['Development Status :: 3 - Alpha',
                  'Intended Audience :: Developers',
@@ -40,6 +37,5 @@ libextractor is a part of the GNU project 
(https://www.gnu.org/).""",
                  '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]