Skip to content
Snippets Groups Projects

re-add setup.py, and remove corresponding configuration from pyproject.toml

Merged Karel van Klink requested to merge feature/add-setup-py into develop
2 files
+ 16
17
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
17
[project]
name = "geant-service-orchestrator"
dynamic = ['version']
description = "GEANT Service Orchestrator"
authors = [
{name = "GEANT", email = "swd@geant.org"}
]
dependencies = [
"orchestrator-core==1.0.0",
"pydantic",
"requests",
]
requires-python = ">=3.9,<3.12"
[tool.setuptools]
packages = ["gso"]
[tool.isort]
[tool.isort]
profile = "black"
profile = "black"
line_length = 120
line_length = 120
Loading