10 lines
210 B
TOML
10 lines
210 B
TOML
[project]
|
|
name = "endcord-aemoji"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = []
|
|
|
|
[tool.ty.environment]
|
|
extra-paths = ["./stubs/"]
|