toml missing
This commit is contained in:
31
pyproject.toml
Normal file
31
pyproject.toml
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["hatchling"]
|
||||||
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
|
[tool.hatch.version]
|
||||||
|
path = "qgpg/__init__.py"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "qgpg"
|
||||||
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
authors = [
|
||||||
|
{ name="V R", email="q@six9.net" },
|
||||||
|
]
|
||||||
|
description = "Quick GPG wrapper"
|
||||||
|
#readme = "README.md"
|
||||||
|
requires-python = ">=3.8"
|
||||||
|
dependencies = [
|
||||||
|
"python-gnupg"
|
||||||
|
]
|
||||||
|
license = {text = "MIT License"}
|
||||||
|
|
||||||
|
|
||||||
|
classifiers = [
|
||||||
|
"Programming Language :: Python :: 3",
|
||||||
|
"License :: OSI Approved :: MIT License",
|
||||||
|
"Operating System :: OS Independent",
|
||||||
|
]
|
||||||
|
|
||||||
|
[project.scripts]
|
||||||
|
qgpg = "qgpg:main"
|
||||||
Reference in New Issue
Block a user