-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
28 lines (25 loc) · 825 Bytes
/
pyproject.toml
File metadata and controls
28 lines (25 loc) · 825 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "timezone_solar"
authors = [
{ name = "Ian Kluft", email="ko6yq.dev+python@gmail.com" }
]
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Intended Audience :: Developers",
"Topic :: Software Development :: Localization"
]
dynamic = ["version", "description"]
readme = "README.md"
requires-python = ">=3.9"
[project.urls]
Home = "https://github.com/ikluft/LongitudeTZ"
Source = "https://github.com/ikluft/LongitudeTZ/tree/main/src/python"
Bug_Tracker = "https://github.com/ikluft/LongitudeTZ/labels/Python"
[tool.pylint]
max-line-length = 120