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

Commit e925aee

Browse files
authored
Pyproject.toml i love you but you need to work now.
1 parent 920e026 commit e925aee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ authors = []
66
license = "GPL-3.0"
77
readme = "README.md"
88
packages = [{ include = "opengpt"}, { include = "libraries"}]
9+
exclude = ["**/*.txt"]
910

1011
[tool.poetry.dependencies]
1112
python = "^3.7"
@@ -15,5 +16,6 @@ fake-useragent = "^1.1.3"
1516
pydantic = "^1.10.7"
1617
PyYAML = "6.0"
1718

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

0 commit comments

Comments
 (0)