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

remove media files from wheel file

parent a3081d28
No related branches found
No related tags found
No related merge requests found
Pipeline #89805 passed
......@@ -378,7 +378,7 @@ The project requieres the base authentication database structure from django and
#### the_social_network_account
with
user_id: int as primary key and foreign key to django auth_user
image: varchar(100)
image: varchar(100) -> default image is 'account/default/Argunaut.png', it's not inside the package and default path to store image is "account/images"
biography: varchar(1000)
#### the_social_network_statement
......
[tool.poetry]
name = "the-social-network"
version = "0.0.6"
version = "0.0.7"
description = "Basic social network core."
authors = ["Marc Feger <marc.feger@hhu.de>"]
license = "BSD-4"
readme = "README.md"
homepage = "https://gitlab.cs.uni-duesseldorf.de/feger/the-social-network"
include = ["media/account/default/Argunaut.png", "media/account/default/Planet.png"]
[tool.poetry.dependencies]
python = "^3.9"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment