flow
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "flow"
|
||||
version = "0.1.0"
|
||||
description = "DevFlow - A unified toolkit for managing development instances, containers, and profiles"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = ["pyyaml>=6.0"]
|
||||
|
||||
[project.optional-dependencies]
|
||||
build = ["pyinstaller>=6.0"]
|
||||
|
||||
[project.scripts]
|
||||
flow = "flow.cli:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/flow"]
|
||||
Reference in New Issue
Block a user