Skip to content

Commit ba9b2c0

Browse files
committed
updating setup.py
1 parent 869b52c commit ba9b2c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
version='0.1.1',
55
description='Python Implementation of Boruta Feature Selection',
66
url='https://github.com/danielhomola/boruta_py',
7+
download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.1',
78
author='Daniel Homola',
89
author_email='[email protected]',
910
license='BSD 3 clause',
1011
packages=['boruta'],
11-
zip_safe=False,
12+
keywords=['feature selection', 'machine learning', 'random forest'],
1213
install_requires=['numpy>=1.10.4',
1314
'scikit-learn>=0.17.1',
1415
'scipy>=0.17.0'

0 commit comments

Comments
 (0)