~ubuntuone-pqm-team/talisker/trunk

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Simon Davy
  • Date: 2016-07-22 14:28:55 UTC
  • Revision ID: simon.davy@canonical.com-20160722142855-ro39y3dfak3s3bn3
Massive documentation update, leading to some more test coverage and refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
setup(
29
29
    name='talisker',
30
 
    version='0.2.0',
 
30
    version='0.3.0',
31
31
    description="A common WSGI stack",
32
32
    long_description=readme + '\n\n' + history,
33
33
    author="Simon Davy",