DiaModality 0.2.6__tar.gz → 0.2.7__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,29 +1,9 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: DiaModality
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Tool to plot modality vector diagrams
5
5
  Author-email: konung-yaropolk <yaropolk1995@gmail.com>
6
- License: MIT License
7
-
8
- Copyright (c) 2024 konung-yaropolk
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy
11
- of this software and associated documentation files (the "Software"), to deal
12
- in the Software without restriction, including without limitation the rights
13
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
- copies of the Software, and to permit persons to whom the Software is
15
- furnished to do so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
6
+ License-Expression: MIT
27
7
  Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
28
8
  Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
29
9
  Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
@@ -31,7 +11,6 @@ Keywords: Visualization,Science,Plotting,Matplotlib
31
11
  Classifier: Programming Language :: Python
32
12
  Classifier: Programming Language :: Python :: 3
33
13
  Classifier: Programming Language :: Python :: 3.12
34
- Classifier: License :: OSI Approved :: MIT License
35
14
  Classifier: Operating System :: OS Independent
36
15
  Classifier: Development Status :: 4 - Beta
37
16
  Classifier: Intended Audience :: Science/Research
@@ -43,6 +22,7 @@ License-File: LICENSE
43
22
  Requires-Dist: numpy
44
23
  Requires-Dist: matplotlib
45
24
  Requires-Dist: scsv>=0.1.4
25
+ Dynamic: license-file
46
26
 
47
27
  # DiaModality - The Modality Diagram
48
28
 
@@ -5,7 +5,8 @@ build-backend = "setuptools.build_meta"
5
5
  [project]
6
6
  name = "DiaModality"
7
7
  dynamic = ["version", "dependencies"]
8
- license = {file = "LICENSE"}
8
+ license = "MIT"
9
+ # license = {file = "LICENSE"}
9
10
  authors = [
10
11
  { name="konung-yaropolk", email="yaropolk1995@gmail.com" },
11
12
  ]
@@ -17,7 +18,7 @@ classifiers = [
17
18
  "Programming Language :: Python",
18
19
  "Programming Language :: Python :: 3",
19
20
  "Programming Language :: Python :: 3.12",
20
- "License :: OSI Approved :: MIT License",
21
+ # "License :: OSI Approved :: MIT License",
21
22
  "Operating System :: OS Independent",
22
23
  "Development Status :: 4 - Beta",
23
24
  "Intended Audience :: Science/Research",
@@ -0,0 +1 @@
1
+ __version__ = "0.2.7"
@@ -1,29 +1,9 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: DiaModality
3
- Version: 0.2.6
3
+ Version: 0.2.7
4
4
  Summary: Tool to plot modality vector diagrams
5
5
  Author-email: konung-yaropolk <yaropolk1995@gmail.com>
6
- License: MIT License
7
-
8
- Copyright (c) 2024 konung-yaropolk
9
-
10
- Permission is hereby granted, free of charge, to any person obtaining a copy
11
- of this software and associated documentation files (the "Software"), to deal
12
- in the Software without restriction, including without limitation the rights
13
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
- copies of the Software, and to permit persons to whom the Software is
15
- furnished to do so, subject to the following conditions:
16
-
17
- The above copyright notice and this permission notice shall be included in all
18
- copies or substantial portions of the Software.
19
-
20
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
- SOFTWARE.
6
+ License-Expression: MIT
27
7
  Project-URL: Homepage, https://github.com/konung-yaropolk/DiaModality
28
8
  Project-URL: Repository, https://github.com/konung-yaropolk/DiaModality.git
29
9
  Project-URL: Issues, https://github.com/konung-yaropolk/DiaModality/issues
@@ -31,7 +11,6 @@ Keywords: Visualization,Science,Plotting,Matplotlib
31
11
  Classifier: Programming Language :: Python
32
12
  Classifier: Programming Language :: Python :: 3
33
13
  Classifier: Programming Language :: Python :: 3.12
34
- Classifier: License :: OSI Approved :: MIT License
35
14
  Classifier: Operating System :: OS Independent
36
15
  Classifier: Development Status :: 4 - Beta
37
16
  Classifier: Intended Audience :: Science/Research
@@ -43,6 +22,7 @@ License-File: LICENSE
43
22
  Requires-Dist: numpy
44
23
  Requires-Dist: matplotlib
45
24
  Requires-Dist: scsv>=0.1.4
25
+ Dynamic: license-file
46
26
 
47
27
  # DiaModality - The Modality Diagram
48
28
 
@@ -1 +0,0 @@
1
- __version__ = "0.2.6"
File without changes
File without changes
File without changes
File without changes