-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (25 loc) · 755 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (25 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "web-embedding"
version = "0.3.9"
description = "Source-first Codex plugin installer for webpage intake and session-aware exact-clone workflows."
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "Jongho" }
]
requires-python = ">=3.9"
dependencies = []
[project.urls]
Homepage = "https://github.com/jongko54/webEmbedding#readme"
Repository = "https://github.com/jongko54/webEmbedding"
Issues = "https://github.com/jongko54/webEmbedding/issues"
[project.scripts]
web-embedding = "web_embedding.installer:main"
[tool.setuptools]
package-dir = { "" = "python" }
[tool.setuptools.packages.find]
where = ["python"]