Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/build_config/pyproject/libsumo_local.toml
185785 views
1
[build-system]
2
requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
# this is basically a hack to allow the installation of libsumo during make install for a local build
7
name = "libsumo"
8
version = "0.0.0"
9
dependencies = ["traci>=0.0.0"]
10
authors = [{name = "DLR and contributors", email = "[email protected]"}]
11
license = "EPL-2.0 OR GPL-2.0-or-later"
12
description = "The python version of the libsumo API to communicate with the traffic simulation Eclipse SUMO"
13
14
[tool.hatch.build.targets.wheel]
15
packages = ["tools/libsumo"]
16
17