From 6a07c7fb890fc39a9f15ecc3e7ab383d91f62293 Mon Sep 17 00:00:00 2001 From: Marc Feger <marc.feger@uni-duesseldorf.de> Date: Thu, 25 Nov 2021 14:23:31 +0100 Subject: [PATCH] Move pyproject.toml to social_network/ and change version number --- {the_social_network => social_network}/pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename {the_social_network => social_network}/pyproject.toml (92%) diff --git a/the_social_network/pyproject.toml b/social_network/pyproject.toml similarity index 92% rename from the_social_network/pyproject.toml rename to social_network/pyproject.toml index 9c66313..db99e32 100644 --- a/the_social_network/pyproject.toml +++ b/social_network/pyproject.toml @@ -1,11 +1,10 @@ [tool.poetry] name = "the-social-network" -version = "0.0.2" +version = "0.0.3" description = "Basic social network core." authors = ["Marc Feger <marc.feger@hhu.de>"] license = "BSD-4" readme = "README.md" -exclude = ["not_needed"] homepage = "https://gitlab.cs.uni-duesseldorf.de/feger/the-social-network" -- GitLab