Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Clean up setup.py and release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
labisso committed Jan 15, 2013
1 parent 14792ac commit 0985728
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Expand Up @@ -7,11 +7,11 @@
from distutils.core import setup

import sys
Version = "0.1.0"
Version = "0.1.1"

if float("%d.%d" % sys.version_info[:2]) < 2.5:
sys.stderr.write("Your Python version %d.%d.%d is not supported.\n" % sys.version_info[:3])
sys.stderr.write("cloudinitd requires Python 2.5 or newer.\n")
sys.stderr.write("pidantic requires Python 2.5 or newer.\n")
sys.exit(1)

setup(name='pidantic',
Expand All @@ -20,7 +20,6 @@
author='Nimbus Development Team',
author_email='workspace-user@globus.org',
url='http://www.nimbusproject.org/',
dependency_links=['http://ooici.net/releases'],
packages=['pidantic', 'pidantic.fork', 'pidantic.supd', 'pidantic.pyon'],
keywords="OOI PID process fork supervisord ION",
long_description="""Some other time""",
Expand Down

0 comments on commit 0985728

Please sign in to comment.