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 f434895 commit f31c6cfCopy full SHA for f31c6cf
pyproject.toml
@@ -0,0 +1,19 @@
1
+[build-system]
2
+requires = ["hatchling"]
3
+build-backend = "hatchling.build"
4
+[tool.hatch.build.targets.wheel]
5
+packages=["faces"]
6
+[project]
7
+name = "faces-PyJs"
8
+version = "0.0.9"
9
+description = "Lets you have super useful security."
10
+readme = "README.md"
11
+requires-python = ">=3.11.9"
12
+classifiers = [
13
+ "Programming Language :: Python :: 3",
14
+ "License :: OSI Approved :: MIT License",
15
+ "Operating System :: OS Independent",
16
+]
17
+[project.urls]
18
+"Homepage" = "https://github.com/htmlcoder1562/faces-PyJs"
19
+"Issues" = "https://github.com/htmlcoder1562/faces-PyJs/issues"
0 commit comments