dummyfunction 1.0.7__tar.gz → 1.0.9__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.4
2
2
  Name: dummyfunction
3
- Version: 1.0.7
3
+ Version: 1.0.9
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -28,7 +28,7 @@ license-files = [
28
28
  name = "dummyfunction"
29
29
  readme = "README.rst"
30
30
  requires-python = ">=3.11"
31
- version = "1.0.7"
31
+ version = "1.0.9"
32
32
 
33
33
  [project.urls]
34
34
  Download = "https://pypi.org/project/dummyfunction/#files"
@@ -37,11 +37,6 @@ Source = "https://github.com/johannes-programming/dummyfunction/"
37
37
  Website = "https://dummyfunction.johannes-programming.online/"
38
38
 
39
39
  [tool.mypy]
40
- files = [
41
- ".",
42
- ]
43
- overrides = [
44
- { module = [], ignore_missing_imports = true },
45
- ]
40
+ files = []
46
41
  python_version = "3.11"
47
42
  strict = false
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dummyfunction
3
- Version: 1.0.7
3
+ Version: 1.0.9
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -5,7 +5,6 @@ pyproject.toml
5
5
  setup.cfg
6
6
  docs/v1.0.rst
7
7
  src/dummyfunction/__init__.py
8
- src/dummyfunction/py.typed
9
8
  src/dummyfunction.egg-info/PKG-INFO
10
9
  src/dummyfunction.egg-info/SOURCES.txt
11
10
  src/dummyfunction.egg-info/dependency_links.txt
File without changes
File without changes
File without changes
File without changes
File without changes