Skip to content

Commit 6a7c4fa

Browse files
committed
setup: Update metadata
1 parent 71822a7 commit 6a7c4fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
setup(
1313
name='tasklib',
1414
version=version,
15-
description='Python Task Warrior library',
15+
description='Official Taskwarrior library for Python',
1616
long_description=open('README.rst').read(),
17-
author='Rob Golding',
18-
author_email='[email protected]',
17+
author='GothenburgBitFactory',
18+
author_email='[email protected]',
1919
license='BSD',
20-
url='https://github.com/robgolding/tasklib',
21-
download_url='https://github.com/robgolding/tasklib/downloads',
20+
url='https://github.com/GothenburgBitFactory/tasklib',
21+
download_url='https://github.com/GothenburgBitFactory/tasklib/downloads',
2222
packages=find_packages(),
2323
include_package_data=True,
2424
test_suite='tasklib.tests',

0 commit comments

Comments
 (0)