1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
[metadata]
name = ldh_client
version = 0.0.9
description = Liberty CLI is a user-facing command-line client for interacting with Librem One or another Liberty Deckplan Host (LDH).
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
license = AGPL-3.0-or-later
author = Purism SPC
author_email = doublerainbows@librem.one
url = https://source.puri.sm/liberty/tool/client
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
[options]
packages = find:
include_package_data = True
install_requires =
click >=7.0, <8.0
distro >=1.3.0, <2.0
requests >=2.21.0, <3.0
ruamel.yaml >=0.15.34, <1.0
sh >=1.12.14, <2.0
PyGObject >=3.32.0, <4.0
[options.entry_points]
console_scripts =
liberty = ldh_client.liberty:cli
|