From 1623a3b4cb3fd5d387bc3203ae863ba061214980 Mon Sep 17 00:00:00 2001 From: "fr.branchaud-charron" Date: Tue, 12 Oct 2021 13:07:55 -0400 Subject: [PATCH] Fix build --- MANIFEST.in | 6 ------ pyproject.toml | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index b306f9b4..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,6 +0,0 @@ -recursive-include baal *.py -include requirements.txt -include README.md -include documentation-requirements.txt -include test-requirements.txt -include LICENSE \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f4ba2b15..04a56059 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,10 @@ authors = ["Parmida Atighehchian ", "Lorne Schell ", "Rafael Pardina " ] -license = "Apache V2" +license = "Apache-2.0" +readme = "README.md" +documentation = "https://baal.readthedocs.io" +repository = "https://github.com/ElementAI/baal/" [tool.poetry.dependencies] python = ">=3.7,<3.10"