Skip to content

Commit

Permalink
bump version and add manifest.in so that install doesn't fail from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ww@styx.org committed Jan 19, 2011
1 parent ef5b0d2 commit bf9ff5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,6 @@
include README.rst
include setup.py
include ez_setup.py
include test/binary.data
recursive-include test *.py
recursive-include ofs *.py
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -12,7 +12,7 @@

setup(
name="ofs",
version="0.1",
version="0.2",
description="OFS - provides plugin-orientated low-level blobstore.",
long_description=long_description,
author="Ben O'Steen, Friedrich Lindenberg, Rufus Pollock",
Expand Down

0 comments on commit bf9ff5b

Please sign in to comment.