Skip to content

Commit

Permalink
ENH: add a setupsconsegg script, to build egg binaries with numscons.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Oct 23, 2009
1 parent 9cdd8c1 commit e2f0b86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setupsconsegg.py
@@ -0,0 +1,7 @@
#!/usr/bin/env python
"""
A setup.py script to use setuptools, which gives egg goodness, etc.
"""

from setuptools import setup
execfile('setupscons.py')

0 comments on commit e2f0b86

Please sign in to comment.