Skip to content
Snippets Groups Projects
Verified Commit ff0f088e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Update metadata

parent e772bd58
No related branches found
No related tags found
No related merge requests found
include LICENCE.rst
recursive-include aleksis/apps/*/static *
recursive-include aleksis/apps/*/templates *
recursive-include aleksis/apps/*/migrations *
[tool.poetry] [tool.poetry]
name = "AlekSIS-App-DashboardFeeds" name = "AlekSIS-App-DashboardFeeds"
version = "1.0" version = "2.0a1"
packages = [ packages = [
{ include = "aleksis" } { include = "aleksis" }
] ]
readme = "README.rst" readme = "README.rst"
include = ["CHANGELOG.rst", "LICENCE.rst"]
description = "AlekSIS (School Information System) — App Dashboard Feeds (Include feeds from external resources as widgets on dashboard)" description = "AlekSIS (School Information System) — App Dashboard Feeds (Include feeds from external resources as widgets on dashboard)"
authors = ["Julian Leucker <leuckerj@gmail.com>"] authors = ["Julian Leucker <leuckerj@gmail.com>"]
...@@ -20,7 +21,8 @@ classifiers = [ ...@@ -20,7 +21,8 @@ classifiers = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"
AlekSIS = { path = "../../.." } #AlekSIS = { path = "../../.." }
AlekSIS = "2.0a1"
feedparser = "^5.2.1" feedparser = "^5.2.1"
[build-system] [build-system]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment