Skip to content

Commit

Permalink
Includes README.md so pip installs don't break
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed Jan 24, 2013
1 parent 0b19247 commit 80b468a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include README.md
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

setup(name='CassandraJsonMapper',
version='1.2.0',
version='1.2.1',
description='Simple JSON to Cassandra Python client.',
long_description=read('README.md'),
author='Joaquin Casares',
Expand Down

0 comments on commit 80b468a

Please sign in to comment.