~james-w/python-oops/update-readme-dependencies

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Robert Collins
  • Date: 2011-08-16 06:12:49 UTC
  • Revision ID: robertc@robertcollins.net-20110816061249-nh1oxqmbna9jd0bf
Permit a context to be provided to on creation hooks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        os.path.join(os.path.dirname(__file__), 'README'), 'rb').read()
24
24
 
25
25
setup(name="oops",
26
 
      version="0.0.4",
 
26
      version="0.0.5",
27
27
      description=\
28
28
              "OOPS report model and default allocation/[de]serialization.",
29
29
      long_description=description,