setdoc 1.1.2__tar.gz → 1.1.4__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.1.2
3
+ Version: 1.1.4
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
@@ -14,7 +14,6 @@ Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Typing :: Typed
18
17
  Requires-Python: >=3.11
19
18
  Description-Content-Type: text/x-rst
20
19
  License-File: LICENSE.txt
@@ -13,11 +13,6 @@ Open your terminal and run:
13
13
 
14
14
  pip install setdoc
15
15
 
16
- Typing
17
- ------
18
-
19
- This project is (not strictly) typed in accordance with ``mypy``.
20
-
21
16
  Features
22
17
  --------
23
18
 
@@ -13,11 +13,6 @@ Open your terminal and run:
13
13
 
14
14
  pip install setdoc
15
15
 
16
- Typing
17
- ------
18
-
19
- This project is (not strictly) typed in accordance with ``mypy``.
20
-
21
16
  Features
22
17
  --------
23
18
 
@@ -1,7 +1,7 @@
1
1
  [build-system]
2
2
  build-backend = "setuptools.build_meta"
3
3
  requires = [
4
- "setuptools>=61.0",
4
+ "setuptools>=77.0",
5
5
  ]
6
6
 
7
7
  [project]
@@ -15,7 +15,6 @@ classifiers = [
15
15
  "Programming Language :: Python",
16
16
  "Programming Language :: Python :: 3",
17
17
  "Programming Language :: Python :: 3 :: Only",
18
- "Typing :: Typed",
19
18
  ]
20
19
  dependencies = []
21
20
  description = "This project helps to set the doc string."
@@ -27,7 +26,7 @@ license-files = [
27
26
  name = "setdoc"
28
27
  readme = "README.rst"
29
28
  requires-python = ">=3.11"
30
- version = "1.1.2"
29
+ version = "1.1.4"
31
30
 
32
31
  [project.urls]
33
32
  Download = "https://pypi.org/project/setdoc/#files"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: setdoc
3
- Version: 1.1.2
3
+ Version: 1.1.4
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
@@ -14,7 +14,6 @@ Classifier: Operating System :: OS Independent
14
14
  Classifier: Programming Language :: Python
15
15
  Classifier: Programming Language :: Python :: 3
16
16
  Classifier: Programming Language :: Python :: 3 :: Only
17
- Classifier: Typing :: Typed
18
17
  Requires-Python: >=3.11
19
18
  Description-Content-Type: text/x-rst
20
19
  License-File: LICENSE.txt
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes