https://github.com/LMJL-Alea/ktest
Tip revision: badd66fe8863139008e6556d4834bd0d28dded45 authored by parsenteva on 10 April 2024, 14:23:20 UTC
Add plots + minor changes
Add plots + minor changes
Tip revision: badd66f
setup.py
import setuptools
# with open("README.md", "r", encoding="utf-8") as fh:
# long_description = fh.read()
setuptools.setup(
# name="ktest",
# version="1.0.0",
# author="Anthony Ozier-Lafontaine, Polina Arsenteva",
# author_email="anthony.ozier-lafontaine@ec-nantes.fr, polina.arsenteva@univ-nantes.fr",
# description="Package implementing efficient kernel tests such as kFDA and MMD",
# long_description=long_description,
# long_description_content_type="text/markdown",
# url="https://github.com/LMJL-Alea/ktest",
# project_urls={
# "Bug Tracker": "https://github.com/LMJL-Alea/ktest/issues",
# },
# classifiers=[
# "Programming Language :: Python :: 3",
# "License :: OSI Approved :: MIT License",
# "Operating System :: OS Independent",
# ],
# package_dir={"": "src"},
# packages=setuptools.find_packages(where="src"),
# python_requires=">=3.6",
)
