root/trunk/setup.py

Revision 1, 246 bytes (checked in by max, 17 months ago)

Initial public code dump (last private revision 438+59 plus some reorganization touchups).

Line 
1from setuptools import setup, find_packages
2
3setup(
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.