preparse 0.0.1.dev0__tar.gz → 0.0.1.dev2__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.1
2
2
  Name: preparse
3
- Version: 0.0.1.dev0
3
+ Version: 0.0.1.dev2
4
4
  Summary: preparse arguments
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -39,7 +39,6 @@ Description-Content-Type: text/x-rst
39
39
  License-File: LICENSE.txt
40
40
  Requires-Dist: click>=8.1.7
41
41
  Requires-Dist: datarepr>=0.0.4
42
- Requires-Dist: makefunc>=0.0.3
43
42
  Requires-Dist: makeprop>=0.1.0
44
43
 
45
44
  ========
@@ -18,7 +18,6 @@ classifiers = [
18
18
  dependencies = [
19
19
  "click>=8.1.7",
20
20
  "datarepr>=0.0.4",
21
- "makefunc>=0.0.3",
22
21
  "makeprop>=0.1.0",
23
22
  ]
24
23
  description = "preparse arguments"
@@ -26,7 +25,7 @@ keywords = []
26
25
  name = "preparse"
27
26
  readme = "README.rst"
28
27
  requires-python = ">=3.8"
29
- version = "0.0.1.dev0"
28
+ version = "0.0.1.dev2"
30
29
 
31
30
  [project.license]
32
31
  file = "LICENSE.txt"
@@ -10,7 +10,6 @@ from typing import *
10
10
 
11
11
  import click as cl
12
12
  from datarepr import datarepr
13
- from makefunc import makefunc
14
13
  from makeprop import makeprop
15
14
 
16
15
  __all__ = ["PreParser"]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: preparse
3
- Version: 0.0.1.dev0
3
+ Version: 0.0.1.dev2
4
4
  Summary: preparse arguments
5
5
  Author-email: Johannes <johannes-programming@mailfence.com>
6
6
  License: The MIT License (MIT)
@@ -39,7 +39,6 @@ Description-Content-Type: text/x-rst
39
39
  License-File: LICENSE.txt
40
40
  Requires-Dist: click>=8.1.7
41
41
  Requires-Dist: datarepr>=0.0.4
42
- Requires-Dist: makefunc>=0.0.3
43
42
  Requires-Dist: makeprop>=0.1.0
44
43
 
45
44
  ========
@@ -1,4 +1,3 @@
1
1
  click>=8.1.7
2
2
  datarepr>=0.0.4
3
- makefunc>=0.0.3
4
3
  makeprop>=0.1.0
File without changes
File without changes
File without changes
File without changes