dummyfunction 1.1.0__tar.gz → 1.1.1__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.
Files changed (19) hide show
  1. {dummyfunction-1.1.0/src/dummyfunction.egg-info → dummyfunction-1.1.1}/PKG-INFO +1 -1
  2. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/docs/v1.0.rst +0 -5
  3. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/pyproject.toml +1 -1
  4. {dummyfunction-1.1.0 → dummyfunction-1.1.1/src/dummyfunction.egg-info}/PKG-INFO +1 -1
  5. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/LICENSE.txt +0 -0
  6. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/MANIFEST.in +0 -0
  7. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/README.rst +0 -0
  8. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/docs/v1.1.rst +0 -0
  9. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/setup.cfg +0 -0
  10. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/__init__.py +0 -0
  11. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/__main__.py +0 -0
  12. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/core/__init__.py +0 -0
  13. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/py.typed +0 -0
  14. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/tests/__init__.py +0 -0
  15. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction/tests/test_TestDummyFunction.py +0 -0
  16. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction.egg-info/SOURCES.txt +0 -0
  17. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction.egg-info/dependency_links.txt +0 -0
  18. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction.egg-info/requires.txt +0 -0
  19. {dummyfunction-1.1.0 → dummyfunction-1.1.1}/src/dummyfunction.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dummyfunction
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
@@ -21,11 +21,6 @@ Features
21
21
 
22
22
  This function does nothing.
23
23
 
24
- ``dummyfunction.main``
25
- ~~~~~~~~~~~~~~~~~~~~~~
26
-
27
- This click command implements the CLI.
28
-
29
24
  ``dummyfunction.tests.test() -> unittest.TextTestResult``
30
25
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
31
26
 
@@ -31,7 +31,7 @@ license-files = [
31
31
  name = "dummyfunction"
32
32
  readme = "README.rst"
33
33
  requires-python = ">=3.11"
34
- version = "1.1.0"
34
+ version = "1.1.1"
35
35
 
36
36
  [project.urls]
37
37
  Download = "https://pypi.org/project/dummyfunction/#files"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dummyfunction
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: This project provides the dummy function.
5
5
  Author-email: Johannes <johannes.programming@gmail.com>
6
6
  License-Expression: MIT
File without changes
File without changes
File without changes
File without changes