diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..60d9321 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,34 @@ +[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"