Add initial build tooling skeleton

This commit is contained in:
2021-04-16 00:57:43 -04:00
parent d4b2a8441d
commit f9b18637cf
11 changed files with 105 additions and 176 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[tool.poetry]
name = "allaroundhere.org"
version = "0.0.0"
description = ""
authors = ["Ethan Paul <24588726+enpaul@users.noreply.github.com>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"