We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71822a7 commit 6a7c4faCopy full SHA for 6a7c4fa
setup.py
@@ -12,13 +12,13 @@
12
setup(
13
name='tasklib',
14
version=version,
15
- description='Python Task Warrior library',
+ description='Official Taskwarrior library for Python',
16
long_description=open('README.rst').read(),
17
- author='Rob Golding',
18
- author_email='[email protected]',
+ author='GothenburgBitFactory',
+ author_email='[email protected]',
19
license='BSD',
20
- url='https://github.com/robgolding/tasklib',
21
- download_url='https://github.com/robgolding/tasklib/downloads',
+ url='https://github.com/GothenburgBitFactory/tasklib',
+ download_url='https://github.com/GothenburgBitFactory/tasklib/downloads',
22
packages=find_packages(),
23
include_package_data=True,
24
test_suite='tasklib.tests',
0 commit comments