12 lines
285 B
TOML
12 lines
285 B
TOML
[build-system]
|
|
requires = ["setuptools"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "taxgovme"
|
|
version = "0.1.1"
|
|
description = "A toolset to parse invoices from mapr.tax.gov.me"
|
|
requires-python = ">=3.10"
|
|
dependencies = ["requests", "pydantic"]
|
|
license = {text = "MIT"}
|