Mercurial > libervia-templates
comparison pyproject.toml @ 391:cb3e75c7c999
install: add pyproject.toml
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 12 Jan 2024 23:22:17 +0100 |
parents | |
children | 10162030d2f0 |
comparison
equal
deleted
inserted
replaced
390:38635d393089 | 391:cb3e75c7c999 |
---|---|
1 [build-system] | |
2 requires = ["hatchling", | |
3 "hatch-vcs"] | |
4 build-backend = "hatchling.build" | |
5 | |
6 [project] | |
7 name = "libervia-templates" | |
8 dynamic = ["version"] | |
9 description = "Templates for Libervia XMPP client" | |
10 license = "" | |
11 requires-python = ">=3.10" | |
12 authors = [ | |
13 { name = "Association « Salut à Toi »", email = "contact@salut-a-toi.org" }, | |
14 ] | |
15 classifiers = [ | |
16 "Development Status :: 5 - Production/Stable", | |
17 "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", | |
18 "Programming Language :: Python :: 3 :: Only", | |
19 "Programming Language :: Python :: 3.7", | |
20 "Programming Language :: Python :: 3.8", | |
21 "Programming Language :: Python :: 3.9", | |
22 ] | |
23 dependencies = [] | |
24 | |
25 [project.urls] | |
26 Homepage = "https://libervia.org" | |
27 | |
28 [tool.hatch.version] | |
29 path = "sat_templates/__init__.py" | |
30 | |
31 [tool.hatch.build.targets.sdist] | |
32 include = [ | |
33 "/sat_templates", | |
34 ] |