[build-system] requires = ["setuptools", "setuptools-scm"] build-backend = "setuptools.build_meta" [project] name = "LMC-of-MoE" version = "0.3.1" description = "Linear Mode Connectivity experiments with Mixture-of-Experts models" readme = "README.md" requires-python = ">=3.10" license = { text = "MIT" } authors = [ { name = "Your Name", email = "you@example.com" } ] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] [project.urls] "Homepage" = "https://github.com/yourname/LMC-of-MoE" "Source" = "https://github.com/yourname/LMC-of-MoE" [tool.setuptools.packages.find] where = ["./"] [tool.setuptools.dynamic] dependencies = { file = ["requirements.txt"] }