From 77409849e70d030169c23215ab4e345440ccdcd8 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Tue, 24 Jun 2014 21:24:48 +0000 Subject: Vendor import of file 5.19. --- python/setup.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/setup.py (limited to 'python/setup.py') diff --git a/python/setup.py b/python/setup.py new file mode 100644 index 000000000000..2c3b527bb890 --- /dev/null +++ b/python/setup.py @@ -0,0 +1,10 @@ +# Python distutils build script for magic extension +from distutils.core import setup + +setup(name = 'Magic file extensions', + version = '0.2', + author = 'Reuben Thomas', + author_email = 'rrt@sc3d.org', + license = 'BSD', + description = 'libmagic Python bindings', + py_modules = ['magic']) -- cgit v1.3