andotp2Freeotp/pyproject.toml

26 lines
619 B
TOML
Raw Normal View History

2023-09-22 08:11:36 +02:00
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project.urls]
Homepage = ""
[project]
name = "andotp2freeotp"
version = "0.0.2"
2023-09-22 08:11:36 +02:00
description = "Convert andOTP json backups to FreeOTP format"
readme = "README.md"
authors = [{ name = "Antonio J. Delgado", email = "" }]
license = { file = "LICENSE" }
classifiers = [
"License :: OSI Approved :: GPLv3 License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
#keywords = ["vCard", "contacts", "duplicates"]
dependencies = [
"click",
"click_config_file",
]
requires-python = ">=3"