14 lines
338 B
TOML
14 lines
338 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)"
|
|
dependencies = ["requests", "beautifulsoup4"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|
|
include = ["projektmatch*"]
|