comparison setup.py @ 20:baa70e3b3896

version bump
author Jeff Hammel <k0scist@gmail.com>
date Fri, 13 Aug 2021 10:53:38 -0700
parents f53171b2acf4
children
comparison
equal deleted inserted replaced
19:49ff2772891d 20:baa70e3b3896
5 filename = os.path.join(os.path.dirname(__file__), 'README.txt') 5 filename = os.path.join(os.path.dirname(__file__), 'README.txt')
6 description = open(filename).read() 6 description = open(filename).read()
7 except: 7 except:
8 description = "" 8 description = ""
9 9
10 version = "0.1.2" 10 version = "0.1.3"
11 11
12 setup(name='wordstream', 12 setup(name='wordstream',
13 version=version, 13 version=version,
14 description="word streamer; conversational and dissociatively play with text with a command line and web interface", 14 description="word streamer; conversational and dissociatively play with text with a command line and web interface",
15 long_description=description, 15 long_description=description,