Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Marc Feger
The Social Network
Commits
30adfd23
Commit
30adfd23
authored
Nov 23, 2021
by
Andreas Burbach
Browse files
more for poetry
parent
8880b639
Pipeline
#75028
failed with stages
in 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
30adfd23
...
...
@@ -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
the_social_network/README.
rst
→
the_social_network/README.
md
View file @
30adfd23
============
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_social_network/pyproject.toml
View file @
30adfd23
...
...
@@ -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]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment