35 lines
1.1 KiB
TOML
35 lines
1.1 KiB
TOML
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[project]
|
|
name = "soypak"
|
|
version = "0.1.0"
|
|
description = "An additional package manager for managing Microsoft apps on Linux distros."
|
|
readme = "README.md"
|
|
requires-python = ">=3.7"
|
|
license = {file = "LICENSE"}
|
|
authors = [
|
|
{name = "Ethan Smith-Coss", email="ethan.sc@closedless.xyz"},
|
|
]
|
|
maintainers = [
|
|
{name = "Ethan Smith-Coss", email="ethan.sc@closedless.xyz"},
|
|
]
|
|
classifiers = [
|
|
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
|
"Natural Language :: English",
|
|
"Operating System :: OS Independent",
|
|
"Programming Language :: Python :: 3",
|
|
"Programming Language :: Python :: 3.7",
|
|
"Programming Language :: Python :: 3.8",
|
|
"Programming Language :: Python :: 3.9",
|
|
"Programming Language :: Python :: 3.10",
|
|
"Programming Language :: Python :: 3 :: Only",
|
|
"Topic :: Utilities",
|
|
]
|
|
|
|
[project.urls]
|
|
Homepage = "https://closedless.xyz"
|
|
Repository = "https://git.closedless.xyz/ClosedLess/soypak"
|
|
"Bug Tracker" = "https://git.closedless.xyz/ClosedLess/soypak/issues"
|