-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (28 loc) · 875 Bytes
/
pyproject.toml
File metadata and controls
31 lines (28 loc) · 875 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
[project]
name = "github-artist"
version = "2.0.0"
description = "Create beautiful art in your GitHub contribution graph"
readme = "README.md"
requires-python = ">=3.12"
license = { file = "LICENSE" }
authors = [
{ name = "alemazzo" }
]
keywords = ["github", "contribution", "graph", "art", "ascii"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.12",
]
dependencies = []
[project.scripts]
github-artist = "github_artist.cli:main"
[project.urls]
Homepage = "https://github.com/alemazzo/github-artist"
Repository = "https://github.com/alemazzo/github-artist"
Issues = "https://github.com/alemazzo/github-artist/issues"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"