@@ -29,21 +29,21 @@ def read_description():
29
29
description += c .read ()
30
30
return description
31
31
except Exception :
32
- return '''Transportation of ML models '''
32
+ return '''PyMilo: Python for ML I/O '''
33
33
34
34
35
35
setup (
36
36
name = 'pymilo' ,
37
37
packages = find_packages (include = ['pymilo*' ], exclude = ['tests*' ]),
38
38
version = '1.1' ,
39
- description = 'Transportation of ML models ' ,
39
+ description = 'PyMilo: Python for ML I/O ' ,
40
40
long_description = read_description (),
41
41
long_description_content_type = 'text/markdown' ,
42
42
author = 'PyMilo Development Team' ,
43
43
44
44
url = 'https://github.com/openscilab/pymilo' ,
45
45
download_url = 'https://github.com/openscilab/pymilo/tarball/v1.1' ,
46
- keywords = "python3 python machine_learning ML " ,
46
+ keywords = "machine_learning ml ai mlops model export import " ,
47
47
project_urls = {
48
48
'Source' : 'https://github.com/openscilab/pymilo' ,
49
49
},
@@ -54,7 +54,6 @@ def read_description():
54
54
python_requires = '>=3.6' ,
55
55
classifiers = [
56
56
'Development Status :: 3 - Alpha' ,
57
- 'Intended Audience :: Developers' ,
58
57
'Natural Language :: English' ,
59
58
'License :: OSI Approved :: MIT License' ,
60
59
'Operating System :: OS Independent' ,
0 commit comments