Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90383345
setup.py.in
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 1, 04:04
Size
417 B
Mime Type
text/x-python
Expires
Sun, Nov 3, 04:04 (2 d)
Engine
blob
Format
Raw Data
Handle
21997107
Attached To
rSPECMICP SpecMiCP / ReactMiCP
setup.py.in
View Options
#!/usr/bin/env python
from distutils.core import setup
setup(name='specmicp',
version='@SPECMICP_VERSION@',
description='Python interface for SpecMiCP ',
author='Fabien Georget',
author_email='fabieng@princeton.edu',
url='https://bitbucket.org/specmicp/specmicp',
packages=['specmicp'],
package_dir={'specmicp': 'specmicp'},
package_data={'specmicp': ['*.so']}
)
Event Timeline
Log In to Comment