Rename Project and first working version

This commit is contained in:
2021-05-25 02:10:04 +02:00
parent a19f2cc12a
commit 70560506f1
12 changed files with 299 additions and 155 deletions

View File

@@ -20,10 +20,10 @@ def get_data(field: str):
setuptools.setup(
name="CFS",
name="MFS",
version=get_data("version"),
license=get_data("license"),
description="Correlation-based Feature Selection",
description="Multi Feature Selection",
long_description=readme(),
long_description_content_type="text/markdown",
packages=setuptools.find_packages(),