Skip to content

Commit bfba08c

Browse files
committed
updated contributors according to recent PR #5
1 parent 939a686 commit bfba08c

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
version-query
22
Copyright (c) 2017-2020 Mateusz Bysiek https://mbdevpl.github.io/
3+
Copyright (c) 2020 John Vandenberg https://github.com/jayvdb
34

45
Licensed under the Apache License, Version 2.0 (the "License");
56
you may not use this file except in compliance with the License.

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ class Package(setup_boilerplate.Package):
99
name = 'version-query'
1010
description = 'Package version query toolkit for Python'
1111
url = 'https://github.com/mbdevpl/version-query'
12+
author = 'Mateusz Bysiek, John Vandenberg'
13+
maintainer = 'Mateusz Bysiek'
1214
classifiers = [
1315
'Development Status :: 5 - Production/Stable',
1416
'Environment :: Console',

version_query/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def main(args=None, namespace=None) -> None:
2424
prog='version_query',
2525
description='''Tool for querying current versions of Python packages. Use LOGGING_LEVEL
2626
environment variable to adjust logging level.''',
27-
epilog='Copyright 2017-2020 Mateusz Bysiek https://mbdevpl.github.io/ , Apache License 2.0',
27+
epilog='''Copyright 2017-2020 by the contributors, Apache License 2.0,
28+
https://github.com/mbdevpl/version-query''',
2829
formatter_class=argparse.ArgumentDefaultsHelpFormatter)
2930
parser.add_argument('-i', '--increment', action='store_true', help='''output version string for
3031
next patch release, i.e. if version is 1.0.3, output 1.0.4''')

0 commit comments

Comments
 (0)