DiaModality 0.2.2__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DiaModality
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Tool to plot modality vector diagrams
5
5
  Author-email: konung-yaropolk <yaropolk1995@gmail.com>
6
6
  License: MIT License
@@ -25,6 +25,7 @@ License: MIT License
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
27
  Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
28
+ Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
28
29
  Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
29
30
  Keywords: Visualization,Science,Plotting,Matplotlib
30
31
  Classifier: Programming Language :: Python
@@ -41,7 +42,7 @@ Description-Content-Type: text/markdown
41
42
  License-File: LICENSE
42
43
  Requires-Dist: numpy
43
44
  Requires-Dist: matplotlib
44
- Requires-Dist: scsv
45
+ Requires-Dist: scsv>=0.1.4
45
46
 
46
47
  # DiaModality - The Modality Diagram
47
48
 
@@ -27,11 +27,12 @@ classifiers = [
27
27
  dependencies = [
28
28
  "numpy",
29
29
  "matplotlib",
30
- "scsv",
30
+ "scsv>=0.1.4",
31
31
  ]
32
32
 
33
33
  [project.urls]
34
34
  Homepage = "https://github.com/konung-yaropolk/DiaModality"
35
+ Repository = "https://github.com/konung-yaropolk/DiaModality.git"
35
36
  Issues = "https://github.com/konung-yaropolk/DiaModality/issues"
36
37
 
37
38
  [tool.setuptools.dynamic]
@@ -0,0 +1 @@
1
+ __version__ = "0.2.3"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DiaModality
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: Tool to plot modality vector diagrams
5
5
  Author-email: konung-yaropolk <yaropolk1995@gmail.com>
6
6
  License: MIT License
@@ -25,6 +25,7 @@ License: MIT License
25
25
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
26
  SOFTWARE.
27
27
  Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
28
+ Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
28
29
  Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
29
30
  Keywords: Visualization,Science,Plotting,Matplotlib
30
31
  Classifier: Programming Language :: Python
@@ -41,7 +42,7 @@ Description-Content-Type: text/markdown
41
42
  License-File: LICENSE
42
43
  Requires-Dist: numpy
43
44
  Requires-Dist: matplotlib
44
- Requires-Dist: scsv
45
+ Requires-Dist: scsv>=0.1.4
45
46
 
46
47
  # DiaModality - The Modality Diagram
47
48
 
@@ -1,3 +1,3 @@
1
1
  numpy
2
2
  matplotlib
3
- scsv
3
+ scsv>=0.1.4
@@ -1 +0,0 @@
1
- __version__ = "0.2.2"
File without changes
File without changes
File without changes
File without changes