Update metadata
This commit is contained in:
parent
a9f44fd140
commit
9a9be54689
3 changed files with 6 additions and 1 deletions
|
@ -21,5 +21,8 @@ classifiers = [
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click",
|
"click",
|
||||||
"click_config_file",
|
"click_config_file",
|
||||||
|
"requests",
|
||||||
|
"passpy",
|
||||||
|
"pysodium",
|
||||||
]
|
]
|
||||||
requires-python = ">=3"
|
requires-python = ">=3"
|
||||||
|
|
|
@ -6,4 +6,6 @@ version = 0.0.1
|
||||||
packages = nc_password_client
|
packages = nc_password_client
|
||||||
install_requires =
|
install_requires =
|
||||||
requests
|
requests
|
||||||
|
pysodium
|
||||||
|
passpy
|
||||||
importlib; python_version == "3.10"
|
importlib; python_version == "3.10"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -23,5 +23,5 @@ setuptools.setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
platforms='any',
|
platforms='any',
|
||||||
# keywords=["my", "script", "does", "things"]
|
keywords=["Nextcloud", "Password", "pass", "passwordstore", "cli", "command-line-interface"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue