usage-spec-argparse 1.0.0__tar.gz → 1.1.0__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,7 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: usage-spec-argparse
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: Generates usage spec for CLIs written with argparse
5
+ Project-URL: Repository, https://github.com/gaojunran/usage-integrations
5
6
  License-Expression: MIT
6
7
  Keywords: argparse,cli,kdl,shell-completion,usage
7
8
  Classifier: License :: OSI Approved :: MIT License
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "usage-spec-argparse"
7
- version = "1.0.0"
7
+ version = "1.1.0"
8
8
  description = "Generates usage spec for CLIs written with argparse"
9
9
  requires-python = ">=3.10"
10
10
  license = "MIT"
@@ -22,6 +22,9 @@ classifiers = [
22
22
  ]
23
23
  dependencies = ["usage-spec"]
24
24
 
25
+ [project.urls]
26
+ Repository = "https://github.com/gaojunran/usage-integrations"
27
+
25
28
  [project.optional-dependencies]
26
29
  dev = ["pytest>=8.0"]
27
30