We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe77e5d commit d181197Copy full SHA for d181197
1 file changed
pyproject.toml
@@ -4,6 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "lpdb_python"
7
+authors = [
8
+ { name="ElectricalBoy", email="electricalboy01@gmail.com" },
9
+]
10
+classifiers = [
11
+ "Programming Language :: Python :: 3",
12
+ "Operating System :: OS Independent",
13
14
dynamic = ["version"]
15
requires-python = ">= 3.12"
16
readme = "README.md"
0 commit comments