From 671c17918c877e64aee7c730f32aac9ded9d5915 Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 28 Jan 2025 17:53:57 -0500 Subject: reduce args for generate_image by using a config class. update ignore to account for idea folder, re-org code to increase speed. --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2b12a4f --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,12 @@ +[project] +name = "Flux" +version = "0.0.1" +authors = [ + { name="Zach Berwaldt", email="zberwaldt@gmail.com" } +] +description = "A simple CLI to generate images with flux locally." +readme = "README.md" +requires-python = ">=3.12" + +[project.scripts] +flux = "run_flux:main" \ No newline at end of file -- cgit v1.1