doc-calculator 0.3.0__tar.gz → 0.4.0__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 (22) hide show
  1. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/PKG-INFO +2 -2
  2. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/README.md +1 -1
  3. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator.egg-info/PKG-INFO +2 -2
  4. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/setup.py +1 -1
  5. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/LICENSE +0 -0
  6. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/__init__.py +0 -0
  7. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/core/DOC_Calculator.py +0 -0
  8. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/core/__init__.py +0 -0
  9. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/core/utils/__init__.py +0 -0
  10. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/core/utils/params.py +0 -0
  11. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/core/utils/util_functions.py +0 -0
  12. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/gemseo_discipline/DOC_Calculator.py +0 -0
  13. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/gemseo_discipline/__init__.py +0 -0
  14. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/gemseo_discipline/utils/__init__.py +0 -0
  15. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator/gemseo_discipline/utils/utils_functions.py +0 -0
  16. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator.egg-info/SOURCES.txt +0 -0
  17. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator.egg-info/dependency_links.txt +0 -0
  18. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator.egg-info/requires.txt +0 -0
  19. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/doc_calculator.egg-info/top_level.txt +0 -0
  20. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/setup.cfg +0 -0
  21. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/test/test_core_class.py +0 -0
  22. {doc_calculator-0.3.0 → doc_calculator-0.4.0}/test/test_gemseo_discipline.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: doc_calculator
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Description-Content-Type: text/markdown
5
5
  License-File: LICENSE
6
6
  Requires-Dist: gemseo
@@ -45,7 +45,7 @@ Dynamic: requires-dist
45
45
  Install the package using `pip`:
46
46
 
47
47
  ```bash
48
- pip install doc_calculator
48
+ pip install doc-calculator
49
49
  ```
50
50
  ## Usage
51
51
 
@@ -35,7 +35,7 @@
35
35
  Install the package using `pip`:
36
36
 
37
37
  ```bash
38
- pip install doc_calculator
38
+ pip install doc-calculator
39
39
  ```
40
40
  ## 📦 Usage
41
41
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: doc_calculator
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Description-Content-Type: text/markdown
5
5
  License-File: LICENSE
6
6
  Requires-Dist: gemseo
@@ -45,7 +45,7 @@ Dynamic: requires-dist
45
45
  Install the package using `pip`:
46
46
 
47
47
  ```bash
48
- pip install doc_calculator
48
+ pip install doc-calculator
49
49
  ```
50
50
  ## Usage
51
51
 
@@ -5,7 +5,7 @@ with open("README_PyPi.md", "r") as f:
5
5
 
6
6
  setup(
7
7
  name="doc_calculator",
8
- version="0.3.0",
8
+ version="0.4.0",
9
9
  packages=find_packages(),
10
10
  install_requires = ["gemseo"],
11
11
  long_description=description,
File without changes
File without changes