summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..2b12a4f
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,12 @@
1[project]
2name = "Flux"
3version = "0.0.1"
4authors = [
5 { name="Zach Berwaldt", email="zberwaldt@gmail.com" }
6]
7description = "A simple CLI to generate images with flux locally."
8readme = "README.md"
9requires-python = ">=3.12"
10
11[project.scripts]
12flux = "run_flux:main" \ No newline at end of file