root/pycrash/trunk/setup.py
| Revision 267, 244 bytes (checked in by athomas, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | from distutils.core import setup, Extension |
| 2 | |
| 3 | # Egg power! |
| 4 | try: |
| 5 | from setuptools import setup |
| 6 | except ImportError: |
| 7 | pass |
| 8 | |
| 9 | setup( |
| 10 | name='crash', |
| 11 | author='Alec Thomas', |
| 12 | author_email='alec@swapoff.org', |
| 13 | version='0.1', |
| 14 | packages=['crash'], |
| 15 | ) |
Note: See TracBrowser for help on using the browser.
