setdoc 0.1.2__tar.gz → 0.1.3__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.
- {setdoc-0.1.2/src/setdoc.egg-info → setdoc-0.1.3}/PKG-INFO +2 -2
- {setdoc-0.1.2 → setdoc-0.1.3}/pyproject.toml +2 -2
- {setdoc-0.1.2 → setdoc-0.1.3/src/setdoc.egg-info}/PKG-INFO +2 -2
- {setdoc-0.1.2 → setdoc-0.1.3}/LICENSE.txt +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/MANIFEST.in +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/README.rst +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/setup.cfg +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc/__init__.py +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc/core.py +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc/tests/__init__.py +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc/tests/test_1984.py +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc/tests/test_core.py +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc.egg-info/SOURCES.txt +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc.egg-info/dependency_links.txt +0 -0
- {setdoc-0.1.2 → setdoc-0.1.3}/src/setdoc.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: setdoc
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Set the doc string.
|
|
5
5
|
Author-email: Johannes <johannes-programming@mailfence.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -34,7 +34,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
34
34
|
Classifier: Programming Language :: Python
|
|
35
35
|
Classifier: Programming Language :: Python :: 3
|
|
36
36
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
37
|
-
Requires-Python: >=3.
|
|
37
|
+
Requires-Python: >=3.8
|
|
38
38
|
Description-Content-Type: text/x-rst
|
|
39
39
|
License-File: LICENSE.txt
|
|
40
40
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: setdoc
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Set the doc string.
|
|
5
5
|
Author-email: Johannes <johannes-programming@mailfence.com>
|
|
6
6
|
License: The MIT License (MIT)
|
|
@@ -34,7 +34,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
34
34
|
Classifier: Programming Language :: Python
|
|
35
35
|
Classifier: Programming Language :: Python :: 3
|
|
36
36
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
37
|
-
Requires-Python: >=3.
|
|
37
|
+
Requires-Python: >=3.8
|
|
38
38
|
Description-Content-Type: text/x-rst
|
|
39
39
|
License-File: LICENSE.txt
|
|
40
40
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|