Add project config for beanify
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "beanify"
|
||||
description = "Interactive converter for beancount accounting with modular converters"
|
||||
authors = [{name="Interitio", email="cona@thewisewolf.dev"}]
|
||||
readme = "README.md"
|
||||
version = "0.1.0a1"
|
||||
dependencies = [
|
||||
"pytz",
|
||||
"platformdirs"
|
||||
]
|
||||
requires-python = ">= 3.10"
|
||||
|
||||
[project.optional-dependencies]
|
||||
debug = []
|
||||
|
||||
[project.scripts]
|
||||
beanify = "beanify:run"
|
||||
|
||||
Reference in New Issue
Block a user