summaryrefslogtreecommitdiff
path: root/setupsconsegg.py
blob: 2baae18674c99ee5fbf3800b58757d96eb21b6f1 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python
"""
A setup.py script to use setuptools, which gives egg goodness, etc.
"""

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