rnd-v1
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[project]
|
||||
name = "bgtopo-bluebox-poc"
|
||||
version = "0.1.0"
|
||||
description = "PoC pipeline for detecting blue square/rectangle symbols in BGtopoVJ rasters and scoring coordinate points."
|
||||
requires-python = ">=3.10"
|
||||
dependencies = []
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["bgtopo_poc"]
|
||||
|
||||
[project.scripts]
|
||||
bgtopo-bluebox = "bgtopo_poc.cli:main"
|
||||
Reference in New Issue
Block a user