We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f70dc4 commit 54d280cCopy full SHA for 54d280c
myproject.toml
@@ -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