generated from jCloud/repository-template
16 lines
333 B
TOML
16 lines
333 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "jeb_core"
|
|
version = "0.1.1"
|
|
description = "The core for jeb"
|
|
dependencies = ["config-parser", "jeb-utils"]
|
|
license = "Apache-2.0"
|
|
|
|
[tool.setuptools]
|
|
package-dir = {"" = "src"}
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"] |