annotate bots/pyproject.toml @ 2:6fc2c741f1a6 default tip

dead code
author drewp@bigasterisk.com
date Tue, 11 Feb 2025 19:21:39 -0800
parents 96f842f12121
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
drewp@bigasterisk.com
parents:
diff changeset
1 [project]
drewp@bigasterisk.com
parents:
diff changeset
2 name = "bots"
drewp@bigasterisk.com
parents:
diff changeset
3 version = "0.1.0"
drewp@bigasterisk.com
parents:
diff changeset
4 description = "Default template for PDM package"
drewp@bigasterisk.com
parents:
diff changeset
5 authors = [
drewp@bigasterisk.com
parents:
diff changeset
6 {name = "drew", email = "drewp@bigasterisk.com"},
drewp@bigasterisk.com
parents:
diff changeset
7 ]
drewp@bigasterisk.com
parents:
diff changeset
8 dependencies = ["zulip-bots>=0.9.0", "aiomqtt>=2.3.0", "kubernetes>=32.0.0"]
drewp@bigasterisk.com
parents:
diff changeset
9 requires-python = "==3.12.*"
drewp@bigasterisk.com
parents:
diff changeset
10 readme = "README.md"
drewp@bigasterisk.com
parents:
diff changeset
11 license = {text = "MIT"}
drewp@bigasterisk.com
parents:
diff changeset
12
drewp@bigasterisk.com
parents:
diff changeset
13
drewp@bigasterisk.com
parents:
diff changeset
14 [tool.pdm]
drewp@bigasterisk.com
parents:
diff changeset
15 distribution = false