X-Git-Url: https://git.madduck.net/etc/taskwarrior.git/blobdiff_plain/583112a8ed772fd0affdcb3ad12413862b8faeea..96046e8c80143ff19d73e0296f989842cc0d4c93:/setup.py diff --git a/setup.py b/setup.py index 2d12729..e3b46a5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='tasklib', - version='0.1', + version='0.2', description='Python Task Warrior library', long_description=open('README.rst').read(), author='Rob Golding', @@ -12,8 +12,9 @@ setup( download_url='https://github.com/robgolding63/tasklib/downloads', packages=find_packages(), include_package_data=True, + test_suite='tasklib.tests', classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: BSD License', 'Topic :: Software Development :: Libraries :: Python Modules', 'Programming Language :: Python',