From 070420d369cd5fbe80b29b6e628c1499a9ee510d Mon Sep 17 00:00:00 2001 From: wolfwiddra <wolf.widdra@physik.uni-halle.de> Date: Sat, 25 Apr 2020 10:59:33 +0200 Subject: [PATCH] pyproject.toml update --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8dc36d..aa4ad9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,9 @@ version = "1.0.1" description = "Handling, simulating, and plotting HREELS and Auger spectroscopy data" authors = ["Wolf Widdra <wolf.widdra@physik.uni-halle.de>"] include = ["*.*"] -# url = +readme = "README.md" +python = "^3.6" +homepage = "https://gitlab.informatik.uni-halle.de/e3fm8/libhreels" [tool.poetry.dependencies] -- GitLab