Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91195651
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
Fri, Nov 8, 21:08
Size
380 B
Mime Type
text/x-python
Expires
Sun, Nov 10, 21:08 (2 d)
Engine
blob
Format
Raw Data
Handle
22217429
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"""
,
packages
=
[
"BlackDynamite"
],
package_dir
=
{'':
'python'},
package_data
=
{'BlackDynamite'
:
['build_tables.sql']
}
)
Event Timeline
Log In to Comment