Advertisement
Guest User

Untitled

a guest
Dec 4th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. from celerid.support import setup, Extension
  2.  
  3. projName = 'libmarsv5camera_py'
  4.  
  5. setup(
  6. name=projName,
  7. version='0.1',
  8. ext_modules=[
  9. Extension(projName, sources=['marscamera_py.d', 'marscamera_c_interface.d'],
  10. build_deimos=True,
  11. d_lump=True
  12. )
  13. ],
  14. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement