Skip to content

Commit 54d280c

Browse files
committed
distribution
1 parent 8f70dc4 commit 54d280c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

myproject.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[build-system]
2+
requires = ["setuptools>=65.5.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "pyleetcode-cli"
7+
version = "0.1.0"
8+
authors = [
9+
{ name="Jakub Kubiak", email="jakubkubiak234@gmail.com" },
10+
]
11+
description = "A CLI tool to access leetcode questions."
12+
readme = "README.md"
13+
requires-python = ">=3.10"
14+
classifiers = [
15+
"Programming Language :: Python :: 3",
16+
"License :: OSI Approved :: MIT License",
17+
"Operating System :: OS Independent",
18+
]
19+
20+
[project.urls]
21+
"Homepage" = "https://github.com/Coderbeep/LeetCode-CLI"
22+
"Bug Tracker" = "https://github.com/Coderbeep/LeetCode-CLI/issues"

0 commit comments

Comments
 (0)