Includes: API (Express/TypeScript), Astro site, Python workers, document generators, FCC compliance tools, Canada CRTC formation, Ansible infrastructure, and deployment scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
18 lines
618 B
TOML
18 lines
618 B
TOML
[build-system]
|
|
requires = ["flit_core >=3.4,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "frappe_ca_registry"
|
|
version = "1.0.0"
|
|
description = "Canadian corporate registry automation for Frappe/ERPNext — incorporations, name reservations, trade names, annual reports. BC (COLIN) first, other provinces to follow."
|
|
license = { text = "MIT" }
|
|
authors = [{ name = "Performance West Inc.", email = "support@performancewest.net" }]
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"frappe>=15.0.0,<16",
|
|
"playwright",
|
|
]
|
|
|
|
[project.urls]
|
|
Repository = "https://github.com/performancewest/frappe_ca_registry"
|