diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2023-05-04 19:46:32 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2023-05-04 19:46:32 -0500 |
| commit | fc0a22654fdcea6f59a6c4bbccd5beb61344c358 (patch) | |
| tree | 8897e86712f13d8283e61fcd39795765b97207b4 /pyproject.toml | |
| parent | 3fe135d0823d317beff8474b8853fcbd0085a4bd (diff) | |
Add packaging info
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..5342234 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,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@furkistan.com" }, +] +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" + |
