Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# -- Project information -----------------------------------------------------

project = "linopy"
copyright = "2021-2026, Fabian Hofmann"
author = "Fabian Hofmann"
copyright = "2021-2026, Fabian Hofmann, Felix Bumann"
author = "Fabian Hofmann, Felix Bumann"

# The full version, including alpha/beta/rc tags
version = linopy.__version__
Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ A BibTeX entry for LaTeX users is
License
-------

Copyright 2021-2026 Fabian Hofmann
Copyright 2021-2026 Fabian Hofmann, Felix Bumann

This package is published under MIT license.

Expand Down
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ dynamic = ["version"]
description = "Linear optimization with N-D labeled arrays in Python"
readme = "README.md"
authors = [{ name = "Fabian Hofmann", email = "fabianmarikhofmann@gmail.com" }]
maintainers = [
{ name = "Fabian Hofmann", email = "fabianmarikhofmann@gmail.com" },
{ name = "Felix Bumann", email = "dev@fxbumann.de" },
]
license = { file = "LICENSE" }
classifiers = [
"Programming Language :: Python :: 3.10",
Expand Down
Loading