comparison setup.py @ 24:b43cb919b1e4

minor text change + version bump
author Jeff Hammel <k0scist@gmail.com>
date Wed, 12 Apr 2017 10:57:57 -0700
parents caf763fc1c7d
children 9374bb82258e
comparison
equal deleted inserted replaced
23:01b0ad159fe3 24:b43cb919b1e4
1 from setuptools import setup 1 from setuptools import setup
2 import os 2 import os
3 3
4 version = '0.1.2' 4 version = '0.1.3'
5 5
6 # description 6 # description
7 try: 7 try:
8 filename = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt') 8 filename = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'README.txt')
9 description = file(filename).read() 9 description = file(filename).read()