Create poetry template
This commit is contained in:
parent
e2eedcd866
commit
3de42e2df2
3 changed files with 15 additions and 0 deletions
0
camisatoshi_wordpress_reports/__init__.py
Normal file
0
camisatoshi_wordpress_reports/__init__.py
Normal file
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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
0
tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue