1
0
Fork 0

Add pyproject.toml

This commit is contained in:
Alexander Hess 2022-07-22 10:43:54 +02:00
parent 9f69e2f06f
commit 7304275392
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

15
pyproject.toml Normal file
View file

@ -0,0 +1,15 @@
[tool.poetry]
name = "whu-textual-analysis"
version = "0.1.0"
description = "Files for the WHU PhD course \"Textual Analysis\" in spring term 2022"
authors = ["Alexander Hess <alexander@webartifex.biz>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"