[build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] name = "FusionModel" version = "0.3.1" authors =[ {name="Khanh Vinh Bui", email="khanhvinhbui0512@gmail.com"}, {name="Hong Trang Le", email="lhtrang@hcmut.edu.vn"} ] description = "" readme = "README.md" requires-python = ">=3.10" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", ] [tool.setuptools.packages.find] where = ["."]