Create poetry template

This commit is contained in:
counterweight 2023-08-02 19:12:43 +02:00
parent e2eedcd866
commit 3de42e2df2
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 15 additions and 0 deletions

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "camisatoshi-wordpress-reports"
version = "0.1.0"
description = ""
authors = ["counterweight <counterweightoperator@protonmail.com>"]
readme = "README.md"
packages = [{include = "camisatoshi_wordpress_reports"}]
[tool.poetry.dependencies]
python = "^3.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0
tests/__init__.py Normal file
View file