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"