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 (54bbb74 -> 39a


From: gnunet
Subject: [GNUnet-SVN] [libextractor-python] branch master updated (54bbb74 -> 39ad715)
Date: Fri, 08 Jun 2018 07:00:47 +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 54bbb74  pep
     new c1f4035  setup.py: URLs->https. names.
     new 39ad715  gitignore

The 2 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:
 .gitignore | 3 +++
 setup.py   | 8 ++++----
 2 files changed, 7 insertions(+), 4 deletions(-)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c44fe56
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.egg
+*~
+\#*\#
\ No newline at end of file
diff --git a/setup.py b/setup.py
index e273104..f7d2015 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ except ImportError:
 
 setup(
     name = "Extractor",
-    version = "0.6",
+    version = "0.6.1",
 
     packages = ['libextractor'],
     scripts = ['examples/extract.py'],
@@ -14,12 +14,12 @@ setup(
     #install_requires = ['ctypes >= 0.9'],
 
     # metadata for upload to PyPI
-    author = "Bader Ladjemi, Christian Grothoff",
+    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 = "http://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
@@ -27,7 +27,7 @@ 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 (http://www.gnu.org/).""",
+libextractor is a part of the GNU project (https://www.gnu.org/).""",
     
     classifiers=['Development Status :: 3 - Alpha',
                 'Intended Audience :: Developers',

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



reply via email to

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