diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d8eaf7335cf4818af970e788a0126000ace4f6d..1596233e319ead61a472f641f1cee0d8bd554b51 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 21c7ed77d453ab0d66379fe1eb5caf47ea9fdede..b00af60727745120c455dc9c870ae2b4eee146b8 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 9aaa0f88dd8af97125aea0275fbbc44c9b1b99c6..7e7b70253d67c8a8901b28ae1ef49e85bf1a2e81 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]