comparison setup.py @ 41:f5379e8ee6c2

give a version so i can pretend its real software
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 30 Mar 2012 16:01:10 -0700
parents c44fb4b6918b
children 14556787478c
comparison
equal deleted inserted replaced
40:06f21791eba1 41:f5379e8ee6c2
2 setup packaging script for PaInt 2 setup packaging script for PaInt
3 """ 3 """
4 4
5 import os 5 import os
6 6
7 version = "0.0" 7 version = "0.1"
8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.1'] 8 dependencies = ['virtualenv >= 1.7.1.2', 'pip >= 1.1', 'pkginfo', 'CommandParser >= 0.1.1']
9 9
10 # allow use of setuptools/distribute or distutils 10 # allow use of setuptools/distribute or distutils
11 kw = {} 11 kw = {}
12 try: 12 try: