Skip to content

Commit 7e7b191

Browse files
committed
setup: canonical repository and contact cleanup
* Uses `inveniosoftware` canonical repository URL and contact information in `setup.py`. Signed-off-by: Tibor Simko <[email protected]>
1 parent 34954eb commit 7e7b191

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ def run_tests(self):
6464
scripts=['bin/run_workflow.py'],
6565
version=version,
6666
description='Simple workflows for Python',
67-
author='Roman Chyla',
68-
url='https://github.com/romanchyla/workflow',
67+
author='Invenio Collaboration',
68+
author_email='[email protected]',
69+
url='https://github.com/inveniosoftware/workflow',
6970
keywords=['workflows', 'finite state machine', 'task execution'],
7071
classifiers=[
7172
'Programming Language :: Python',

0 commit comments

Comments
 (0)