mirror of
https://github.com/Doctorado-ML/STree.git
synced 2025-08-16 07:56:06 +00:00
update setup.py to include tests suite
This commit is contained in:
2
setup.py
2
setup.py
@@ -15,7 +15,7 @@ setuptools.setup(
|
|||||||
description='a python interface to oblique decision tree implementations',
|
description='a python interface to oblique decision tree implementations',
|
||||||
long_description=readme(),
|
long_description=readme(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
packages=['stree'],
|
packages=setuptools.find_packages(),
|
||||||
url='https://github.com/doctorado-ml/stree',
|
url='https://github.com/doctorado-ml/stree',
|
||||||
author=__author__,
|
author=__author__,
|
||||||
author_email='ricardo.montanana@alu.uclm.es',
|
author_email='ricardo.montanana@alu.uclm.es',
|
||||||
|
Reference in New Issue
Block a user