Skip to content

Commit

Permalink
Adding pwiz
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 20, 2012
1 parent 32f941a commit fdb6f07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@


setup( setup(
name='peewee', name='peewee',
version="0.9.1", version="0.9.2",
description='a little orm', description='a little orm',
long_description=readme, long_description=readme,
author='Charles Leifer', author='Charles Leifer',
author_email='coleifer@gmail.com', author_email='coleifer@gmail.com',
url='http://github.com/coleifer/peewee/', url='http://github.com/coleifer/peewee/',
py_modules=['peewee'], py_modules=['peewee', 'pwiz'],
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
'Environment :: Web Environment', 'Environment :: Web Environment',
Expand Down

0 comments on commit fdb6f07

Please sign in to comment.