mdod 0.1.1__tar.gz → 0.1.6__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: mdod
3
- Version: 0.1.1
3
+ Version: 0.1.6
4
4
  Summary: MDOD, Multi-Dimensional data Outlier Detection
5
5
  Home-page: https://github.com/mddod/mdod
6
6
  Author: Z Shen
@@ -11,6 +11,7 @@ Classifier: Development Status :: 1 - Planning
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: Programming Language :: Python
13
13
  Classifier: Programming Language :: Python :: 3
14
+ License-File: LICENSE.txt
14
15
 
15
- UNKNOWN
16
+ Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod
16
17
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: mdod
3
- Version: 0.1.1
3
+ Version: 0.1.6
4
4
  Summary: MDOD, Multi-Dimensional data Outlier Detection
5
5
  Home-page: https://github.com/mddod/mdod
6
6
  Author: Z Shen
@@ -11,6 +11,7 @@ Classifier: Development Status :: 1 - Planning
11
11
  Classifier: Intended Audience :: Developers
12
12
  Classifier: Programming Language :: Python
13
13
  Classifier: Programming Language :: Python :: 3
14
+ License-File: LICENSE.txt
14
15
 
15
- UNKNOWN
16
+ Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod
16
17
 
@@ -1,6 +1,6 @@
1
+ LICENSE.txt
2
+ README.md
1
3
  setup.py
2
- mdod/LICENSE.txt
3
- mdod/README.md
4
4
  mdod/__init__.py
5
5
  mdod/mdod.py
6
6
  mdod.egg-info/PKG-INFO
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name="mdod",
5
- version="0.1.1",
5
+ version="0.1.6",
6
6
  packages=find_packages(),
7
7
  package_data={"": ["*"]},
8
8
  install_requires=[
@@ -11,6 +11,7 @@ setup(
11
11
  author="Z Shen",
12
12
  author_email="626456708@qq.com",
13
13
  description="MDOD, Multi-Dimensional data Outlier Detection",
14
+ long_description="Python library for Multi-Dimensional data Outlier/Anomaly Detection algorithm. Please read README.md for detail. or please visit https://github.com/mddod/mdod",
14
15
  license="BSD 3-Clause License",
15
16
  url="https://github.com/mddod/mdod",
16
17
  classifiers=[
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes