File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2016 Rémi Flamary
3+ Copyright (c) 2016-2023 POT contributors
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -185,11 +185,16 @@ The examples folder contain several examples and use case for the library. The f
185185
186186## Acknowledgements
187187
188- This toolbox has been created and is maintained by
188+ This toolbox has been created by
189189
190- * [ Rémi Flamary] ( http ://remi.flamary.com/)
190+ * [ Rémi Flamary] ( https ://remi.flamary.com/)
191191* [ Nicolas Courty] ( http://people.irisa.fr/Nicolas.Courty/ )
192192
193+ It is currently maintained by
194+
195+ * [ Rémi Flamary] ( https://remi.flamary.com/ )
196+ * [ Cédric Vincent-Cuaz] ( https://cedricvincentcuaz.github.io/ )
197+
193198The numerous contributors to this library are listed [ here] ( CONTRIBUTORS.md ) .
194199
195200POT has benefited from the financing or manpower from the following partners:
Original file line number Diff line number Diff line change @@ -99,8 +99,8 @@ def __getattr__(cls, name):
9999
100100# General information about the project.
101101project = u'POT Python Optimal Transport'
102- copyright = u'2016-2021, Rémi Flamary, Nicolas Courty '
103- author = u'Rémi Flamary, Nicolas Courty '
102+ copyright = u'2016-2023, POT Contributors '
103+ author = u'Rémi Flamary, POT Contributors '
104104
105105# The version info for the project you're documenting, acts as replacement for
106106# |version| and |release|, also used in various other places throughout the
Original file line number Diff line number Diff line change 5151 description = 'Python Optimal Transport Library' ,
5252 long_description = README ,
5353 long_description_content_type = 'text/markdown' ,
54- author = u'Remi Flamary, Nicolas Courty' ,
54+ author = u'Remi Flamary, Nicolas Courty, POT Contributors ' ,
5555 author_email = 'remi.flamary@gmail.com, ncourty@gmail.com' ,
5656 url = 'https://github.com/PythonOT/POT' ,
5757 packages = find_packages (exclude = ["benchmarks" ]),
You can’t perform that action at this time.
0 commit comments