feat(projekt-matching): scaffold package, venv, pytest smoke
This commit is contained in:
12
projekt-matching/pyproject.toml
Normal file
12
projekt-matching/pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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*"]
|
||||
Reference in New Issue
Block a user