Skip to content

Commit fd48030

Browse files
author
Markus Iser
committed
minor
1 parent 0b5ece0 commit fd48030

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Markus Iser, Karlsruhe Institute of Technology (KIT)
3+
Copyright (c) 2025 Markus Iser, Karlsruhe Institute of Technology (KIT)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,31 +4,29 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "gbd_tools"
7-
version = "4.9.7"
7+
version = "4.9.10"
88
description = "GBD Tools: Maintenance and Distribution of Benchmark Instances and their Attributes"
99
readme = "README.md"
10+
license-files = ["LICENSE"]
1011
requires-python = ">=3.6"
11-
license = { text = "MIT License" }
1212
authors = [
1313
{ name = "Markus Iser", email = "markus.iser@kit.edu" }
1414
]
1515
urls = { Homepage = "https://github.com/Udopia/gbd" }
1616
classifiers = [
17-
"License :: OSI Approved :: MIT License",
1817
"Programming Language :: Python :: 3"
1918
]
2019
dependencies = [
2120
"flask",
2221
"tatsu",
2322
"pandas",
2423
"waitress",
25-
"pebble",
26-
"gbdc"
24+
"pebble"
2725
]
2826
scripts = { gbd = "gbd:main" }
2927

3028
[tool.setuptools.packages.find]
31-
where = ["gbd_core", "gbd_init", "gbd_server"]
29+
where = [".", "gbd_core", "gbd_init", "gbd_server"]
3230

3331
[tool.setuptools]
3432
include-package-data = true
File renamed without changes.

0 commit comments

Comments
 (0)