aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 3a58490246357d8effee3c0eec95aac2850cc7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[project]
name = "adultnea"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "discord.py-self>=2.0.1",
    "pillow>=11.1.0",

    # Required onpython 3.13+: https://docs.python.org/3/whatsnew/3.13.html#whatsnew313-pep594
    "audioop-lts"
]

[project.scripts]
adultnea = "adultnea:main"