magicli 2.0.1__tar.gz → 2.0.2__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,12 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: magicli
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Automatically generates a CLI from functions.
5
5
  Author-email: Patrick Elmer <patrick@elmer.ws>
6
+ License-Expression: GPL-3.0-or-later
6
7
  Project-URL: Home, https://github.com/PatrickElmer/magicli
7
8
  Description-Content-Type: text/markdown
9
+ License-File: LICENSE
8
10
  Provides-Extra: dev
9
11
  Requires-Dist: pytest; extra == "dev"
12
+ Dynamic: license-file
10
13
 
11
14
  # magiᴄʟɪ✨
12
15
 
@@ -1,12 +1,15 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: magicli
3
- Version: 2.0.1
3
+ Version: 2.0.2
4
4
  Summary: Automatically generates a CLI from functions.
5
5
  Author-email: Patrick Elmer <patrick@elmer.ws>
6
+ License-Expression: GPL-3.0-or-later
6
7
  Project-URL: Home, https://github.com/PatrickElmer/magicli
7
8
  Description-Content-Type: text/markdown
9
+ License-File: LICENSE
8
10
  Provides-Extra: dev
9
11
  Requires-Dist: pytest; extra == "dev"
12
+ Dynamic: license-file
10
13
 
11
14
  # magiᴄʟɪ✨
12
15
 
@@ -1,8 +1,8 @@
1
1
  .gitignore
2
+ LICENSE
2
3
  README.md
3
4
  magicli.py
4
5
  pyproject.toml
5
- .github/license
6
6
  .github/workflows/lint.yml
7
7
  .github/workflows/pytest.yml
8
8
  .github/workflows/release.yml
@@ -11,6 +11,8 @@ authors = [{name = "Patrick Elmer", email = "patrick@elmer.ws"}]
11
11
  readme = "README.md"
12
12
  description = "Automatically generates a CLI from functions."
13
13
  dynamic = ["version"]
14
+ license = "GPL-3.0-or-later"
15
+ license-files = ["LICENSE"]
14
16
 
15
17
  [project.optional-dependencies]
16
18
  dev = ["pytest"]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes