Skip to content

Commit 5ec22d9

Browse files
authored
change to mltoolkit
1 parent 48132b9 commit 5ec22d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from distutils.core import setup
22

33
setup(
4-
name = 'toolkit',
5-
packages = ['toolkit'],
4+
name = 'mltoolkit',
5+
packages = ['mltoolkit'],
66
version = '0.1',
77
license = 'MIT',
88
description = 'Helper functions for all stages of the machine learning model building process',
@@ -25,4 +25,4 @@
2525
'License :: OSI Approved :: MIT License',
2626
'Programming Language :: Python :: 3.7',
2727
],
28-
)
28+
)

0 commit comments

Comments
 (0)