File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ The package has been tested for python 2.7 and 3.5.
9292Disclaimer
9393==========
9494Copyright 2016-2019, Philipp S. Sommer
95+
9596Copyright 2020-2021, Helmholtz-Zentrum Hereon
9697
9798Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 8282
8383# General information about the project.
8484project = 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
Original file line number Diff line number Diff line change @@ -109,6 +109,7 @@ Disclaimer
109109==========
110110
111111Copyright 2016-2019, Philipp S. Sommer
112+
112113Copyright 2020-2021, Helmholtz-Zentrum Hereon
113114
114115Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 33**Disclaimer**
44
55Copyright 2016-2019, Philipp S. Sommer
6+
67Copyright 2020-2021, Helmholtz-Zentrum Hereon
78
89Licensed under the Apache License, Version 2.0 (the "License");
5556
5657__status__ = "Production"
5758
58- __version__ = '0.2.4 '
59+ __version__ = '0.2.5 '
5960
6061
6162docstrings = docrep .DocstringProcessor ()
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def readme():
1111
1212
1313setup (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' ,
Original file line number Diff line number Diff line change 33**Disclaimer**
44
55Copyright 2016-2019, Philipp S. Sommer
6+
67Copyright 2020-2021, Helmholtz-Zentrum Hereon
78
89Licensed under the Apache License, Version 2.0 (the "License");
You can’t perform that action at this time.
0 commit comments