Page MenuHomePhabricator

setup.py
No OneTemporary

Size
420 B
Referenced Files
None
Subscribers
None

setup.py

from distutils.core import setup, Extension
pyaff = Extension('pyaff',
libraries = ['afflib'],
sources = ['pyaff.c'])
setup (name = 'PyAFF',
version = '0.1',
description = 'Python wrapper for AFFLIB',
author = 'David Collett',
author_email = 'david.collett@gmail.com',
url = 'www.pyflag.net',
license = "GPL",
ext_modules = [pyaff])

File Metadata

Mime Type
text/x-python
Expires
Fri, Nov 21, 3:43 AM (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1358143
Default Alt Text
setup.py (420 B)

Event Timeline