-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb16be
commit ce2c4eb
Showing
2 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,26 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "multi_comp_matrix" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
description = " Multi Comparison Matrix: A long term approach to benchmark evaluations " | ||
readme = { file = "README.md", content-type = "text/markdown" } | ||
authors = [ | ||
{name = "Ali Ismail-Fawaz", email = "[email protected]"}, | ||
{name = "Maxime Devanne", email = "[email protected]"}, | ||
{name = "Angus Dempster", email = "[email protected]"}, | ||
{name = "Chang Wei Tan", email = "[email protected]"}, | ||
{name = "Matthieu Herrmann", email = "[email protected]"}, | ||
{name = "Lynn Miller", email = "[email protected]"}, | ||
{name = "Daniel F. Schmidt", email = "[email protected]"}, | ||
{name = "Stefano Berretti", email = "[email protected]"}, | ||
{name = "Jonathan Weber", email = "[email protected]"}, | ||
{name = "Germain Forestier", email = "[email protected]"} | ||
{name = "Maxime Devanne", email = "[email protected]"}, | ||
{name = "Germain Forestier", email = "[email protected]"}, | ||
{name = "Geoffrey I. Webb", email = "[email protected]"} | ||
] | ||
maintainers = [ | ||
{name = "Ali Ismail-Fawaz", email = "[email protected]"} | ||
{name = "Ali Ismail-Fawaz", email = "[email protected]"}, | ||
{name = "Angus Dempster", email = "[email protected]"}, | ||
{name = "Chang Wei Tan", email = "[email protected]"} | ||
] | ||
requires-python = ">=3.10" | ||
license = {text = "GPL-3.0-only"} | ||
|