Initial commit.
This commit is contained in:
21
pyproject.toml
Normal file
21
pyproject.toml
Normal file
@@ -0,0 +1,21 @@
|
||||
[build-system]
|
||||
requires = ["hatchling>=1.18.0"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pkm"
|
||||
version = "0.1.0"
|
||||
description = "Personal Knowledge Manager (Flask + Tailwind + DaisyUI)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"Flask>=3.0",
|
||||
"python-dotenv>=1.0",
|
||||
"click>=8.1",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = []
|
||||
|
||||
[project.scripts]
|
||||
pkm = "cli:main"
|
Reference in New Issue
Block a user