Skip to content

Commit

Permalink
Add authors and maintainers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro committed Mar 19, 2024
1 parent e6a0389 commit 296c645
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ packages = ["xl2times"]
[project]
name = "xl2times"
version = "0.1.0"
description = 'An open source tool to convert Excel input files for TIMES models to the DD format accepted by GAMS'
authors = [
{ name="Sam Webster", email="[email protected]" },
{ name="Tom Minka", email="[email protected]" },
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
maintainers = [
{ name="Siddharth Krishna", email="[email protected]" },
{ name="Olexandr Balyk", email="[email protected]" },
]
description = 'An open source tool to convert TIMES models specified in Excel a format ready for processing by GAMS'
readme = "README.md"
requires-python = ">=3.11"
license = { file = "LICENSE" }
Expand Down

0 comments on commit 296c645

Please sign in to comment.