~chrismd/graphite/graphite-0.9.9

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Chris Davis
  • Date: 2011-10-06 09:22:43 UTC
  • Revision ID: chrismd@gmail.com-20111006092243-6szt7xzlwf5wz3f5
various cleanups, fixed a regression with carbon-client.py, added more secure unpickling support and USE_INSECURE_UNPICKLER option

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
setup(
35
35
  name='graphite-web',
36
 
  version='0.9.9-pre5',
 
36
  version='0.9.9',
37
37
  url='https://launchpad.net/graphite',
38
38
  author='Chris Davis',
39
39
  author_email='chrismd@gmail.com',