comparison setup.py @ 96:9dcdea6f11fc

organized into proper package
author catherine@dellzilla
date Mon, 29 Sep 2008 10:44:41 -0400
parents 199a08e3ae72
children 83315599cde7
comparison
equal deleted inserted replaced
95:199a08e3ae72 96:9dcdea6f11fc
2 from setuptools import setup, find_packages 2 from setuptools import setup, find_packages
3 3
4 setup( 4 setup(
5 name="cmd2", 5 name="cmd2",
6 version="0.3.7", 6 version="0.3.7",
7 py_modules = ['cmd2','flagReader','bootstrap'], 7 #py_modules = ['cmd2','flagReader','bootstrap'],
8 8
9 # metadata for upload to PyPI 9 # metadata for upload to PyPI
10 author = 'Catherine Devlin', 10 author = 'Catherine Devlin',
11 author_email = 'catherine.devlin@gmail.com', 11 author_email = 'catherine.devlin@gmail.com',
12 description = "Extra features for standard library's cmd module", 12 description = "Extra features for standard library's cmd module",