Skip to content

Commit 46bb7b9

Browse files
committed
minor formatting fixes
1 parent e53f7c3 commit 46bb7b9

6 files changed

Lines changed: 9 additions & 5 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ The package has been tested for python 2.7 and 3.5.
9292
Disclaimer
9393
==========
9494
Copyright 2016-2019, Philipp S. Sommer
95+
9596
Copyright 2020-2021, Helmholtz-Zentrum Hereon
9697

9798
Licensed under the Apache License, Version 2.0 (the "License");

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282

8383
# General information about the project.
8484
project = u'funcargparse'
85-
copyright = u'2016, Philipp Sommer'
86-
author = u'Philipp Sommer'
85+
copyright = '2016-2019, Philipp S. Sommer; 2020-2021, Helmholtz-Zentrum Hereon'
86+
author = u'Philipp S. Sommer'
8787

8888
# The version info for the project you're documenting, acts as replacement for
8989
# |version| and |release|, also used in various other places throughout the

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ Disclaimer
109109
==========
110110

111111
Copyright 2016-2019, Philipp S. Sommer
112+
112113
Copyright 2020-2021, Helmholtz-Zentrum Hereon
113114

114115
Licensed under the Apache License, Version 2.0 (the "License");

funcargparse/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**Disclaimer**
44
55
Copyright 2016-2019, Philipp S. Sommer
6+
67
Copyright 2020-2021, Helmholtz-Zentrum Hereon
78
89
Licensed under the Apache License, Version 2.0 (the "License");
@@ -55,7 +56,7 @@
5556

5657
__status__ = "Production"
5758

58-
__version__ = '0.2.4'
59+
__version__ = '0.2.5'
5960

6061

6162
docstrings = docrep.DocstringProcessor()

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def readme():
1111

1212

1313
setup(name='funcargparse',
14-
version='0.2.4',
14+
version='0.2.5',
1515
description=(
1616
'Create an argparse.ArgumentParser from function docstrings'),
1717
long_description=readme(),
@@ -20,7 +20,7 @@ def readme():
2020
'Development Status :: 5 - Production/Stable',
2121
'Intended Audience :: Developers',
2222
'Topic :: Documentation',
23-
'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
23+
'License :: OSI Approved :: Apache Software License',
2424
'Programming Language :: Python :: 2',
2525
'Programming Language :: Python :: 2.7',
2626
'Programming Language :: Python :: 3',

tests/test_funcargparse.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
**Disclaimer**
44
55
Copyright 2016-2019, Philipp S. Sommer
6+
67
Copyright 2020-2021, Helmholtz-Zentrum Hereon
78
89
Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)