Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

pyproject.toml 205 B

123456789
  1. [build-system]
  2. requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.pytest.ini_options]
  5. addopts = "--cov=brainage"
  6. testpaths = [
  7. "tests",
  8. ]