depot/nix/pkgs/baserow/enterprise-backend/pyproject.toml

13 lines
331 B
TOML
Raw Normal View History

2023-04-02 01:20:15 +00:00
[tool.poetry]
name = "baserow_enterprise"
version = "1.15.1"
description = "Baserow: open source no-code database backend."
authors = ["Bram Wiepjes (Baserow) <bram@baserow.io>"]
packages = [
{ include = "baserow_enterprise", from = "src" },
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"