Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F95838414
setup.py.cmake
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Dec 19, 19:34
Size
281 B
Mime Type
text/x-python
Expires
Sat, Dec 21, 19:34 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23050293
Attached To
R3127 blackdynamite
setup.py.cmake
View Options
#!/usr/bin/env python
from
distutils.core
import
setup,
Extension
setup
(
name
=
'BlackDynamite',
version
=
'0.1',
author
=
"Guillaume Anciaux"
,
description
=
"""Parametric study via PostGreSQL utility"""
,
py_modules
=
[
"BlackDynamite"
],
)
Event Timeline
Log In to Comment