~mordred/swift/sphinx-update-sphinx-config

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): Monty Taylor
  • Date: 2010-07-19 19:31:58 UTC
  • mfrom: (24.1.2 release-1.0.1)
  • Revision ID: hudson@openstack.org-20100719193158-dw4fzfbiu0vhfhz0
Tagged and released 1.0.1 with missing files added back in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
from setuptools import setup, find_packages
18
18
 
19
19
name='swift'
20
 
version='1.0.1'
 
20
version='1.0.2'
21
21
 
22
22
setup(
23
23
    name=name,