mirror of
https://github.com/daylinmorgan/yartsu.git
synced 2024-11-10 00:23:15 -06:00
chore: add readme to pyproject.toml
This commit is contained in:
parent
ee5dc6e970
commit
04eb8b97f3
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ description = "yartsu, another rich terminal screenshot utility"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Daylin Morgan", email = "daylinmorgan@gmail.com"},
|
{name = "Daylin Morgan", email = "daylinmorgan@gmail.com"},
|
||||||
]
|
]
|
||||||
|
readme = "README.md"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rich>=12.3.0",
|
"rich>=12.3.0",
|
||||||
"importlib-metadata>=4.11.4; python_version < \"3.8\"",
|
"importlib-metadata>=4.11.4; python_version < \"3.8\"",
|
||||||
|
@ -24,6 +25,7 @@ dev = [
|
||||||
"pre-commit>=2.18.1",
|
"pre-commit>=2.18.1",
|
||||||
"mypy>=0.961",
|
"mypy>=0.961",
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["pdm-pep517>=0.12.0"]
|
requires = ["pdm-pep517>=0.12.0"]
|
||||||
build-backend = "pdm.pep517.api"
|
build-backend = "pdm.pep517.api"
|
||||||
|
|
Loading…
Reference in a new issue