root/trunk/setup.py
| Revision 1, 246 bytes (checked in by max, 17 months ago) |
|---|
| Line | |
|---|---|
| 1 | from setuptools import setup, find_packages |
| 2 | |
| 3 | setup( |
| 4 | name='courant', |
| 5 | version='1.0', |
| 6 | description='Courant is an open-source platform for building news sites.', |
| 7 | url='http://courantnews.com/', |
| 8 | packages=find_packages(), |
| 9 | ) |
Note: See TracBrowser
for help on using the browser.