mtcli-risco 1.2.0__tar.gz → 1.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mtcli-risco
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: Plugin do mtcli
5
5
  License: GPL-3.0
6
6
  Author: Valmir França da Silva
@@ -13,6 +13,10 @@ Classifier: Programming Language :: Python :: 3.11
13
13
  Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Programming Language :: Python :: 3.13
15
15
  Requires-Dist: mtcli (>=1.18.1)
16
+ Project-URL: Documentation, https://mtcli-risco.readthedocs.io
17
+ Project-URL: Homepage, https://github.com/vfranca/mtcli-risco
18
+ Project-URL: Repository, https://github.com/vfranca/mtcli-risco
19
+ Project-URL: issues, https://github.com/vfranca/mtcli-risco/issues
16
20
  Description-Content-Type: text/markdown
17
21
 
18
22
  # mtcli-risco
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mtcli-risco"
3
- version = "1.2.0"
3
+ version = "1.2.1"
4
4
  description = "Plugin do mtcli"
5
5
  authors = [
6
6
  {name = "Valmir França da Silva",email = "vfranca3@gmail.com"}
@@ -12,6 +12,12 @@ dependencies = [
12
12
  "mtcli>=1.18.1"
13
13
  ]
14
14
 
15
+ [project.urls]
16
+ homepage = "https://github.com/vfranca/mtcli-risco"
17
+ documentation = "https://mtcli-risco.readthedocs.io"
18
+ repository = "https://github.com/vfranca/mtcli-risco"
19
+ issues = "https://github.com/vfranca/mtcli-risco/issues"
20
+
15
21
  [project.entry-points."mtcli.plugins"]
16
22
  mtcli-risco = "mtcli_risco.plugin:cli"
17
23
 
@@ -24,8 +30,8 @@ black = "^25.1.0"
24
30
  pytest = "^8.4.1"
25
31
  pytest-cov = "^7.0.0"
26
32
 
27
-
28
33
  [tool.poetry.group.docs.dependencies]
29
34
  mkdocs = "^1.6.1"
30
- pymdown-extensions = "^10.16.1"
31
-
35
+ mkdocs-material = "^9.5.15"
36
+ mkdocs-material-extensions = "^1.3"
37
+ pymdown-extensions = "^10.7"
File without changes
File without changes