[project] name = "dots" version = "0.1.0" description = "my dotfiles manager with jinja2 templating and gnu stow integration" authors = [{ name = "emprespresso" }] readme = "README.md" requires-python = ">=3.8" dependencies = [ "jinja2", ] [project.scripts] dots = "dots_manager.cli:main" [tool.setuptools] packages = ["dots_manager"] [build-system] requires = ["setuptools>=61", "wheel"] build-backend = "setuptools.build_meta"