Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712426
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
420 B
Referenced Files
None
Subscribers
None
setup.py
View Options
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
Details
Attached
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)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment