We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bd625 commit d7b00cbCopy full SHA for d7b00cb
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
setup(name='tpfd',
4
- version='0.1.1',
+ version='0.2.0',
5
description='Text Parsing Function Dispatcher',
6
url='https://github.com/erinxocon/tpfd',
7
author="Erin O'Connell",
@@ -20,4 +20,5 @@
20
'Programming Language :: Python :: 3.5',
21
'Programming Language :: Python :: 2.7',
22
'Programming Language :: Python :: Implementation :: PyPy'),
23
- install_requires=['parse'])
+ install_requires=['parse'],
24
+ data_files=['test/Test1.txt'])
0 commit comments