-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.py
More file actions
40 lines (27 loc) · 1.29 KB
/
Copy pathsetup.py
File metadata and controls
40 lines (27 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
from setuptools import setup, find_packages
with open('README.md', 'r',encoding='utf-8') as f:
LONG_DESCRIPTION = f.read()
VERSION = '1.3.0'
DESCRIPTION = 'ML module'
setup(
name="mlhybridx",
version=VERSION,
author="Deepak and Sudheer",
description=DESCRIPTION,
long_description_content_type="text/markdown",
long_description=LONG_DESCRIPTION,
packages=find_packages(),
install_requires=['scikit-learn', 'pandas', 'numpy','seaborn'],
keywords=['train', 'split', 'df', 'predict'],
classifiers=[
"Development Status :: 1 - Planning",
"Programming Language :: Python :: 3.6",
"Operating System :: OS Independent",
]
)
# ///////////////// TOKEN for pypi /////////////////////////////
# username = __token__
# "pypi-AgEIcHlwaS5vcmcCJGU4NDI3YWM4LWQ5NjctNGRlNC1hYWU2LTc1NTViMmM2YTRlMAACEVsxLFsibWxoeWJyaWR4Il1dAAIsWzIsWyJhOTljMTllOS00ODE3LTQ1YTctYWZiNy0wZTc4ZTFkOTM0ZmYiXV0AAAYgQ0MCt_SWPCee9lFCW669Pc7F8qiM8eD1Vu8fj0O4n90"
# ///////////////// TOKEN for test.pypi /////////////////////////////
# username = __token__
# "pypi-AgENdGVzdC5weXBpLm9yZwIkMDA3OWYzNDctNTVhNS00MWFjLTg4MjAtMjMyZjYyOGQ1ZTkzAAIRWzEsWyJtbGh5YnJpZHgiXV0AAixbMixbIjNjMmIxNWFlLWRhZmYtNGM3Ny05YTMyLWFhNDc2N2QxMWVmNiJdXQAABiAgaTP3DlblEPDgpKLErsaeCtxB5ZN1RCikKSjZ3VO-Iw"