Skip to content

Commit f31c6cf

Browse files
committed
Create pyproject.toml
1 parent f434895 commit f31c6cf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)