Skip to content

Commit

Permalink
0.0.1a2 uploaded to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli Stevens committed Aug 7, 2010
1 parent f0034a2 commit f375683
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -23,12 +23,15 @@

setup(
name='couchable',
version='0.0.1a1',
version='0.0.1a2',
author='Eli Stevens',
author_email='wickedgrey@gmail.com',
url='http://github.com/wickedgrey/couchable',
description='An ORM (OCM?) that allows arbitrary python objects to be stored in CouchDB, while keeping the resulting CouchDB document as "natural" as possible.',
packages=['couchable',],
install_requires=[
'CouchDb >= 0.7',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down

0 comments on commit f375683

Please sign in to comment.