From bff048a449094e29afebb3eaae225e7d152855fc Mon Sep 17 00:00:00 2001 From: Michael Aydinbas Date: Thu, 13 Oct 2022 00:07:32 +0200 Subject: [PATCH] add repository to metadata --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddf2b50..18fefd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,9 +13,9 @@ maintainers = [ ] description = "Python wrapper for GENESIS web service interface (API) of the Federal Statistical Office." name = "pystatis" -version = "0.1.1" +version = "0.1.2" readme = "README.md" -repository = "" +repository = "https://github.com/CorrelAid/pystatis/tree/v0.1.0" classifiers = [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research",