aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 462d2494e58569d19c654876b932820f3d3cc36e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "gpt-chat-cli"
version = "0.0.1"
authors = [
  { name="Flu0r1ne", email="flu0r1ne@flu0r1ne.net" },
]
description = "A simple ChatGPT terminal CLI"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
    "Programming Language :: Python :: 3",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/flu0r1ne/gpt-chat-cli"
"Bug Tracker" = "https://github.com/flu0r1ne/gpt-chat-cli/issues"