-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (27 loc) · 841 Bytes
/
pyproject.toml
File metadata and controls
33 lines (27 loc) · 841 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
29
30
31
32
33
[build-system]
requires = ["hatchling", "hatch-vcs", "go-bin~=1.24", "manygo"]
build-backend = "hatchling.build"
[project]
name = "nyt-connections"
description = "A command-line client for the NYT Connections game"
license = {file = "LICENSE"}
authors = [{ name = "Jamison Lahman", email = "jamison@lahman.dev" }]
readme = "README.md"
requires-python = ">=3.6"
keywords = [
"games", "connections", "new-york-times", "nyt", "nyt-connections"
]
classifiers = [
"Programming Language :: Go",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["version"]
[project.urls]
Repository = "https://github.com/jmelahman/connections"
[tool.hatch.build]
include = ["go.mod", "go.sum", "main.go"]
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.custom]
binary_name = "connections"