Files
bin/projekt-matching/pyproject.toml

13 lines
292 B
TOML

[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "projektmatch"
version = "0.1.0"
description = "Automated freelancermap project matching (Langflow backend)"
[tool.setuptools.packages.find]
where = ["."]
include = ["projektmatch*"]