We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48132b9 commit 5ec22d9Copy full SHA for 5ec22d9
setup.py
@@ -1,8 +1,8 @@
1
from distutils.core import setup
2
3
setup(
4
- name = 'toolkit',
5
- packages = ['toolkit'],
+ name = 'mltoolkit',
+ packages = ['mltoolkit'],
6
version = '0.1',
7
license = 'MIT',
8
description = 'Helper functions for all stages of the machine learning model building process',
@@ -25,4 +25,4 @@
25
'License :: OSI Approved :: MIT License',
26
'Programming Language :: Python :: 3.7',
27
],
28
-)
+)
0 commit comments