libextractor-python

GNU libextractor
Log | Files | Refs | README | LICENSE

commit e753f1f635c524609fb1c1a2b7401110c8145168
parent cbc832eb77362fcd71c8571a89dddc08bc714c5b
Author: Nils Gillmann <gillmann@infotropique.org>
Date:   Fri,  8 Jun 2018 05:44:05 +0000

fix up comment style

Signed-off-by: Nils Gillmann <gillmann@infotropique.org>

Diffstat:
Msetup.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py @@ -11,7 +11,7 @@ setup( packages = ['libextractor'], scripts = ['examples/extract.py'], - #install_requires = ['ctypes >= 0.9'], + # install_requires = ['ctypes >= 0.9'], # metadata for upload to PyPI author = "Bader Ladjemi, Christian Grothoff, Nils Gillmann (ng0)",