setdoc 1.2.24__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.24
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
@@ -81,7 +81,7 @@ This value that is used for ``__doc__``.
81
81
 
82
82
  This module variable is alias for ``SetDoc`` included for legacy.
83
83
 
84
- ``setdoc.test() -> unittest.TextTestResult``
84
+ ``setdoc.tests.test() -> unittest.TextTestResult``
85
85
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
86
86
 
87
87
  This project can be tested through its test function.
@@ -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.24"
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.24
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