setdoc 1.2.25__tar.gz → 1.2.26__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: setdoc
3
- Version: 1.2.25
3
+ Version: 1.2.26
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -26,7 +26,7 @@ license-files = [
26
26
  name = "setdoc"
27
27
  readme = "README.rst"
28
28
  requires-python = ">=3.11"
29
- version = "1.2.25"
29
+ version = "1.2.26"
30
30
 
31
31
  [project.urls]
32
32
  Download = "https://pypi.org/project/setdoc/#files"
@@ -0,0 +1 @@
1
+ from setdoc.core import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.2.25
3
+ Version: 1.2.26
4
4
  Summary: This project helps to set the doc string.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -1,2 +0,0 @@
1
- from setdoc.core import *
2
- from setdoc.tests import *
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes