Skip to content

Commit

Permalink
Add a setupsconsegg.py file to build with scons and setuptools.
Browse files Browse the repository at this point in the history
  • Loading branch information
cournape committed Aug 20, 2008
1 parent c2329b0 commit 4fd1035
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 4fd1035

Please sign in to comment.