]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/file/python/setup.py
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / file / python / setup.py
1 # Python distutils build script for magic extension
2 from distutils.core import setup
3
4 setup(name = 'Magic file extensions',
5     version = '0.2',
6     author = 'Reuben Thomas',
7     author_email = 'rrt@sc3d.org',
8     license = 'BSD',
9     description = 'libmagic Python bindings',
10     py_modules = ['magic'])