gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libextractor-python] 02/03: +


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] 02/03: +
Date: Sun, 17 Jun 2018 14:49:06 +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 816b978b4163b14e5a01cc5d472c24364995ba99
Author: Nils Gillmann <address@hidden>
AuthorDate: Sun Jun 17 12:48:17 2018 +0000

    +
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 {examples => libextractor/examples}/extract.py | 0
 setup.py                                       | 3 ++-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/examples/extract.py b/libextractor/examples/extract.py
similarity index 100%
rename from examples/extract.py
rename to libextractor/examples/extract.py
diff --git a/setup.py b/setup.py
index 3cd1739..1db0aa0 100644
--- a/setup.py
+++ b/setup.py
@@ -11,6 +11,8 @@ setup(
     packages = ['libextractor'],
     scripts = ['examples/extract.py'],
 
+    entry_points = { "console_scripts": [ "extract.py = 
libextractor.examples.__main__:main", ] },
+
     # install_requires = ['ctypes >= 0.9'],
 
     # metadata for upload to PyPI
@@ -40,5 +42,4 @@ libextractor is a part of the GNU project 
(https://www.gnu.org/).""",
                  '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]