From 80ee840fa04a7120b79011a5a5222eec6ac32df0 Mon Sep 17 00:00:00 2001 From: samedamci Date: Tue, 31 Aug 2021 15:20:25 +0200 Subject: [PATCH] Remove unnecessary LICENSE including in package --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8c9bf79..3704e24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ classifiers = [ "Topic :: Software Development :: Version Control", "Topic :: Utilities", ] -include = ["LICENSE"] [tool.poetry.dependencies] python = "^3.6"