Adding settings for project.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-11 11:28:42 -04:00
parent ee04dda949
commit d5efae2c6a
4 changed files with 43 additions and 0 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[tool.poetry]
name = "plex-playlist"
version = "0.1.0"
description = "Playlist generator for Plex music"
authors = ["Cliff Hill <xlorep@darkhelm.org>"]
[tool.black]
line-length = 88
target-version = ["py39"]
[tool.poetry.dependencies]
python = "^3.9"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"