Add pyproject.toml
This commit is contained in:
parent
9f69e2f06f
commit
7304275392
1 changed files with 15 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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"
|
Loading…
Reference in a new issue