File: setup.py

package info (click to toggle)
file 1%3A5.22%2B15-2
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 6,172 kB
  • sloc: ansic: 12,974; sh: 11,274; makefile: 448; python: 133
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'])