From 30495b10dd201c91412b39c9030c1cc715096bd3 Mon Sep 17 00:00:00 2001 From: UesleiDev <63914812+uesleibros@users.noreply.github.com> Date: Sun, 14 May 2023 18:21:22 -0300 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cbdb4e5..51a1411 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = [] license = "GPL-3.0" readme = "README.md" packages = [{ include = "opengpt"}, { include = "libraries"}] -exclude = ["**/*.txt"] [tool.poetry.dependencies] python = "^3.7"