-
Notifications
You must be signed in to change notification settings - Fork 1
/
pyproject.toml
41 lines (34 loc) · 897 Bytes
/
pyproject.toml
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
32
33
34
35
36
37
38
39
40
41
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = "^3.12"
click = "~8.1.7"
websockets = "~13.0.1"
pydantic_core = "~2.20.1"
pydantic = "~2.8.2"
[tool.poetry]
name = "moolticutepy"
version = "0.3.4"
description = "Library an CLI to speak with moolticute service"
readme = "README.md"
authors = ["Raul Sampedro <5142014+rsrdesarrollo@users.noreply.github.com>"]
license = "LICENSE"
keywords = [
"moolticute",
"moolticuted",
"mootlipass",
"mooltipassminible",
"mooltipassble",
"password",
"password manager",
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
]
[tool.poetry.scripts]
moolticutepy = "moolticutepy.cli:main"
[tool.poetry.urls]
Homepage = "https://github.com/rsrdesarrollo/moolticutepy"