Skip to content
Snippets Groups Projects
Commit 30adfd23 authored by Andreas Burbach's avatar Andreas Burbach
Browse files

more for poetry

parent 8880b639
No related branches found
No related tags found
1 merge request!1Merge feedingChickenWithChicken into main
Pipeline #75028 failed
...@@ -41,9 +41,9 @@ deploy: ...@@ -41,9 +41,9 @@ deploy:
- test - test
script: script:
- echo "Deploying ..." - echo "Deploying ..."
- pip install poetry
- mw /the_social_network /not_needed - mw /the_social_network /not_needed
- mw /core /the_social_network - mw /core /the_social_network
- pip install poetry
- poetry --version - poetry --version
- poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI - poetry config pypi-token.pypi $POETRY_PYPI_TOKEN_PYPI
- poetry publish - poetry publish
\ No newline at end of file
============ # 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. The package "The Social Network" is a django base backend core element for any possible social network you can think of.
......
...@@ -4,7 +4,9 @@ version = "0.0.1" ...@@ -4,7 +4,9 @@ version = "0.0.1"
description = "Basic social network core." description = "Basic social network core."
authors = ["Marc Feger <marc.feger@hhu.de>"] authors = ["Marc Feger <marc.feger@hhu.de>"]
license = "BSD-4" 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] [tool.poetry.dependencies]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment