From 3937f18076ae929aab82c025eaae2507e2c30e20 Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Fri, 22 Dec 2023 22:01:53 +0100 Subject: [PATCH] Add CONTRIBUTING.md and Makefile to include section in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9963ae..4420746 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["PhilipMay "] readme = "README.md" homepage = "https://github.com/telekom/mltb2" documentation = "https://telekom.github.io/mltb2/" -include = ["LICENSE"] +include = ["LICENSE", "CONTRIBUTING.md", "Makefile"] keywords = [ "optuna", "deep learning",