robust-mixed-dist 0.1.2__tar.gz → 0.1.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,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
+ Summary: Compute statistical robust distances for mixed data.
4
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
5
6
  Author: Fabio Scielzo Ortiz
6
7
  Author-email: fabio.scielzoortiz@gmail.com
@@ -23,6 +24,7 @@ Dynamic: home-page
23
24
  Dynamic: license-file
24
25
  Dynamic: requires-dist
25
26
  Dynamic: requires-python
27
+ Dynamic: summary
26
28
 
27
29
  # robust_mixed_dist
28
30
 
@@ -1,6 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: robust-mixed-dist
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
+ Summary: Compute statistical robust distances for mixed data.
4
5
  Home-page: https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package
5
6
  Author: Fabio Scielzo Ortiz
6
7
  Author-email: fabio.scielzoortiz@gmail.com
@@ -23,6 +24,7 @@ Dynamic: home-page
23
24
  Dynamic: license-file
24
25
  Dynamic: requires-dist
25
26
  Dynamic: requires-python
27
+ Dynamic: summary
26
28
 
27
29
  # robust_mixed_dist
28
30
 
@@ -5,10 +5,10 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setup(
7
7
  name="robust-mixed-dist",
8
- version="0.1.2",
8
+ version="0.1.3",
9
9
  author="Fabio Scielzo Ortiz",
10
10
  author_email="fabio.scielzoortiz@gmail.com",
11
- description="",
11
+ description="Compute statistical robust distances for mixed data.",
12
12
  long_description=long_description,
13
13
  long_description_content_type="text/markdown",
14
14
  url="https://github.com/FabioScielzoOrtiz/robust_mixed_dist-package", # add your project URL here