File: setup.py

package info (click to toggle)
file 5.11-2%2Bdeb7u8
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 5,704 kB
  • sloc: ansic: 11,475; sh: 10,051; makefile: 392; python: 130
file content (10 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
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'])