diff options
author | delphij <delphij@FreeBSD.org> | 2014-06-24 21:24:48 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2014-06-24 21:24:48 +0000 |
commit | 02573f2d7154bbe159ba99728d5db9be8a29bd9b (patch) | |
tree | ead59ace1b329d9a88b559f04c98f06ac67556a6 /python/setup.py | |
parent | 15f98df7891f1853090ecb6c4a9cc734e671ef6b (diff) | |
download | FreeBSD-src-02573f2d7154bbe159ba99728d5db9be8a29bd9b.zip FreeBSD-src-02573f2d7154bbe159ba99728d5db9be8a29bd9b.tar.gz |
Vendor import of file 5.19.
Diffstat (limited to 'python/setup.py')
-rw-r--r-- | python/setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/python/setup.py b/python/setup.py new file mode 100644 index 0000000..2c3b527 --- /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']) |