diff --git a/setup.py b/setup.py index bd0de70..6b8a11f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup setup(name='tpfd', - version='0.2.0', + version='0.2.1', description='Text Parsing Function Dispatcher', url='https://github.com/erinxocon/tpfd', author="Erin O'Connell", @@ -18,7 +18,6 @@ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: Implementation :: PyPy'), install_requires=['parse'], data_files=['test/Test1.txt'])