From 30adfd238aa96ce3896d2bf42f6993b2fcc7fa3f Mon Sep 17 00:00:00 2001
From: Andreas Burbach <aburbach@compeon.de>
Date: Tue, 23 Nov 2021 13:25:18 +0100
Subject: [PATCH] more for poetry

---
 .gitlab-ci.yml                               | 2 +-
 the_social_network/{README.rst => README.md} | 4 +---
 the_social_network/pyproject.toml            | 4 +++-
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename the_social_network/{README.rst => README.md} (80%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1d8eaf7..1596233 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,9 +41,9 @@ deploy:
     - test
   script:
     - echo "Deploying ..."
-    - pip install poetry
     - mw /the_social_network /not_needed
     - mw /core /the_social_network
+    - pip install poetry
     - poetry --version
     - poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI
     - poetry publish
\ No newline at end of file
diff --git a/the_social_network/README.rst b/the_social_network/README.md
similarity index 80%
rename from the_social_network/README.rst
rename to the_social_network/README.md
index 21c7ed7..b00af60 100644
--- a/the_social_network/README.rst
+++ b/the_social_network/README.md
@@ -1,6 +1,4 @@
-============
-The Social Network
-============
+# The Social Network
 
 The package "The Social Network" is a django base backend core element for any possible social network you can think of.
 
diff --git a/the_social_network/pyproject.toml b/the_social_network/pyproject.toml
index 9aaa0f8..7e7b702 100644
--- a/the_social_network/pyproject.toml
+++ b/the_social_network/pyproject.toml
@@ -4,7 +4,9 @@ version = "0.0.1"
 description = "Basic social network core."
 authors = ["Marc Feger <marc.feger@hhu.de>"]
 license = "BSD-4"
-exclude = ["core"]
+readme = "README.md"
+exclude = ["not_needed"]
+homepage = "https://gitlab.cs.uni-duesseldorf.de/feger/the-social-network"
 
 
 [tool.poetry.dependencies]
-- 
GitLab