pyproject.toml: add license and classifiers
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Anna “CyberTailor” 2023-06-09 17:46:20 +05:00
parent 2bc2e0b1e7
commit d0955d938f
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
2 changed files with 21 additions and 0 deletions

11
LICENSE Normal file
View File

@ -0,0 +1,11 @@
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.

View File

@ -12,8 +12,18 @@ authors = [
]
dynamic = ["version", "description"]
readme = "README.md"
license = {file = "LICENSE"}
requires-python = ">=3.10"
dependencies = ["portage"]
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: DFSG approved",
"Operating System :: POSIX",
"Topic :: System :: Software Distribution",
"Topic :: Utilities"
]
[project.optional-dependencies]
# Cargo.toml, pyproject.toml, ...