]> git.madduck.net Git - etc/taskwarrior.git/blobdiff - setup.py

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Install taskwarrior before running tests
[etc/taskwarrior.git] / setup.py
index 5dc53152bde41a6ef146b7d01408829029246a0e..039d1d975a2b62d2291e47fb870b4d0dbf490447 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -4,7 +4,7 @@ setup(
     name='tasklib',
     version='0.1',
     description='Python Task Warrior library',
-    long_description=open('README.md').read(),
+    long_description=open('README.rst').read(),
     author='Rob Golding',
     author_email='rob@robgolding.com',
     license='BSD',
@@ -12,6 +12,7 @@ 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',
         'License :: OSI Approved :: BSD License',