From 9150e4c95fa468afe9ddda3f1278b5037a2d0f38 Mon Sep 17 00:00:00 2001 From: PeriniM Date: Thu, 2 Jan 2025 19:27:28 +0100 Subject: [PATCH] fix: added license-files = [ "LICENSE" ] --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c8ef9b33..520cd9f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,9 @@ dependencies = [ ] license = "MIT" +license-files = [ + "LICENSE" +] readme = "README.md" homepage = "https://scrapegraphai.com/" repository = "https://github.com/ScrapeGraphAI/Scrapegraph-ai"