diff options
author | Linnea Gräf <nea@nea.moe> | 2025-03-31 19:20:23 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-03-31 19:20:23 +0200 |
commit | 872030a69e936305789b6417fb83db0364aef447 (patch) | |
tree | 8ef587f79432614d8fd9627487c55d2b7d775d4e /pyproject.toml | |
parent | 8a3be0b90f43d35524fc0a8bd76c713fead100bf (diff) | |
download | adultnea-872030a69e936305789b6417fb83db0364aef447.tar.gz adultnea-872030a69e936305789b6417fb83db0364aef447.tar.bz2 adultnea-872030a69e936305789b6417fb83db0364aef447.zip |
feat: Add package search command
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index b120ae9..3a58490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,14 @@ name = "adultnea" version = "0.1.0" description = "Add your description here" readme = "README.md" -requires-python = ">=3.11" +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"
\ No newline at end of file |