Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
ENH: add a setupsconsegg script, to build egg binaries with numscons.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.scipy.org/svn/scipy/trunk@5982 d6536bca-fef9-0310-8506-e4c0a848fbcf
  • Loading branch information
cdavid committed Oct 23, 2009
1 parent a1fbdeb commit 56508aa
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 56508aa

Please sign in to comment.