From f59aa0a44bc043dc5b53a89f32768b1eb548aa3e Mon Sep 17 00:00:00 2001 From: Vladislav Goncharenko Date: Sun, 3 Apr 2022 22:28:38 +0300 Subject: [PATCH] fixed misconfiguration in pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c796338..bb97cba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ authors = ["Vladilav Goncharenko "] maintainers = ["Vladislav Goncharenko "] readme = "README.md" repository = "https://github.com/v-goncharenko/somepytools" -documentation = "TBD" keywords = ["tools", "utilities", "python", "torch", "opencv"] license = "Apache-2.0"