Skip to content

Commit f3ee83b

Browse files
Updated pyproject.toml (#79)
* Updated pyproject.toml * - use my gmail address * Updated Licence --------- Co-authored-by: Frank T. Bergmann <frank.thomas.bergmann@gmail.com>
1 parent 3776e4a commit f3ee83b

2 files changed

Lines changed: 31 additions & 5 deletions

File tree

LICENSE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Copyright (c) 2025, Paul Jonas Jost
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
8+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9+
10+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
11+
12+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

pyproject.toml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
name = 'PEtab-GUI'
33
dynamic = ["version"]
44
readme = "README.md"
5+
requires-python = ">=3.11"
6+
authors = [
7+
{name = "Paul Jonas Jost", email = "jost.pauljonas@gmail.com"},
8+
{name = "Frank T. Bergmann", email = "frank.thomas.bergmann@gmail.com"}
9+
]
10+
maintainers = [
11+
{name = "Paul Jonas Jost", email = "jost.pauljonas@gmail.com"},
12+
{name = "Frank T. Bergmann", email = "frank.thomas.bergmann@gmail.com"}
13+
]
14+
description = "Graphical user interface for the PEtab format"
15+
license = "BSD-3-Clause"
16+
license-file = "LICENSE"
17+
518

619
dependencies = [
720
"wheel",
@@ -23,15 +36,16 @@ requires = [
2336
"antimony",
2437
"python-libsbml",
2538
"matplotlib",
26-
"petab"
39+
"petab",
40+
"qtawesome"
2741
]
2842

2943
[project.urls]
30-
Repository = "https://github.com/PaulJonasJost/pyPESTO_GUI"
31-
Issues = "https://github.com/PaulJonasJost/pyPESTO_GUI/issues"
44+
Repository = "https://github.com/PaulJonasJost/PEtab_GUI"
45+
Issues = "https://github.com/PaulJonasJost/PEtab_GUI/issues"
3246

3347
[project.gui-scripts]
34-
PEtab_gui="petab_gui:main"
48+
petab_gui="petab_gui:main"
3549

3650
[project.scripts]
37-
PEtab_gui_cli="petab_gui:main"
51+
petab_gui_cli="petab_gui:main"

0 commit comments

Comments
 (0)