You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with io.open(f"{current_path}/README.md", mode="r", encoding="utf-8") as fh:
long_description = fh.read()
setuptools.setup(
name="rulexai",
version="1.1.0",
author="Dawid Macha",
author_email="dawid.m.macha@gmail.com",
description="RuleXAI is a rule-based aproach to explain the output of any machine learning model. It is suitable for classification, regression and survival tasks.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/adaa-polsl/RuleXAI",
packages=setuptools.find_packages(),
classifiers=[
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU Affero General Public License v3",