18 lines
472 B
TOML
18 lines
472 B
TOML
|
[project]
|
||
|
name = "kurocore"
|
||
|
version = "1.0"
|
||
|
authors = [
|
||
|
{ name="ScuroNeko", email="author@example.com" },
|
||
|
]
|
||
|
description = "A small example package"
|
||
|
readme = "README.md"
|
||
|
requires-python = ">=3.6"
|
||
|
classifiers = [
|
||
|
"Programming Language :: Python :: 3",
|
||
|
"License :: OSI Approved :: MIT License",
|
||
|
"Operating System :: OS Independent",
|
||
|
]
|
||
|
|
||
|
[project.urls]
|
||
|
Homepage = "https://git.nix13.pw/ScuroNeko/KuroCore"
|
||
|
Issues = "https://git.nix13.pw/ScuroNeko/KuroCore/issues"
|