From d7b00cbc7635794e36f369cedbbebc226a63dcf1 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Thu, 22 Sep 2016 19:41:44 -0600 Subject: [PATCH] Version number bump to 0.2.0! --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b26d0ab..bd0de70 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='tpfd', - version='0.1.1', + version='0.2.0', description='Text Parsing Function Dispatcher', url='https://github.com/erinxocon/tpfd', author="Erin O'Connell", @@ -20,4 +20,5 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: Implementation :: PyPy'), - install_requires=['parse']) + install_requires=['parse'], + data_files=['test/Test1.txt'])