Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 920e026

Browse files
authored
Update pyproject.toml
1 parent 2f90914 commit 920e026

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pyproject.toml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ description = ""
55
authors = []
66
license = "GPL-3.0"
77
readme = "README.md"
8-
9-
[tool.poetry.packages]
10-
include = ["opengpt", "libraries"]
8+
packages = [{ include = "opengpt"}, { include = "libraries"}]
119

1210
[tool.poetry.dependencies]
1311
python = "^3.7"
@@ -17,6 +15,5 @@ fake-useragent = "^1.1.3"
1715
pydantic = "^1.10.7"
1816
PyYAML = "6.0"
1917

20-
[build-system]
21-
requires = ["poetry-core"]
18+
[build-system]requires = ["poetry-core"]
2219
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)