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 (fea270d -> 47b


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated (fea270d -> 47b87b4)
Date: Sun, 17 Jun 2018 14:49:04 +0200

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

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

    from fea270d  +
     new 7434b90  AUTHORS
     new 816b978  +
     new 47b87b4  mailmap was wrong

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .mailmap                                       | 5 -----
 AUTHORS                                        | 1 +
 {examples => libextractor/examples}/extract.py | 0
 setup.py                                       | 3 ++-
 4 files changed, 3 insertions(+), 6 deletions(-)
 rename {examples => libextractor/examples}/extract.py (100%)

diff --git a/.mailmap b/.mailmap
index 33a0dc5..c286204 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,7 +1,2 @@
 Nils Gillmann <address@hidden>
 Nils Gillmann <address@hidden> ng0 <address@hidden>
-t3sserakt <address@hidden>
-t3sserakt <address@hidden> <address@hidden>
-tg(x) <address@hidden>
-tg(x) <address@hidden> Gabor X Toth <address@hidden>
-
diff --git a/AUTHORS b/AUTHORS
index dff7938..99daea1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,3 @@
 Bader Ladjemi <address@hidden>
 Christian Grothoff <address@hidden>
+Nils Gillmann <address@hidden>
\ No newline at end of file
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]