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

Add all meta-data to pyproject.

parent 351635a5
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,21 @@ version = "1.0dev0"
description = "BiscuIT School Information System (SIS) - Next Generation Platform"
authors = ["BiscuIT Team <biscuit-dev@lists.teckids.org>"]
license = "MIT"
readme = "README.md"
homepage = "https://biscuit.edugit.org/"
repository = "https://edugit.org/Teckids/BiscuIT/BiscuIT-ng"
documentation = "https://biscuit.edugit.org/docs/"
classifiers = [
"Environment :: Web Environment",
"Intended Audience :: Education",
"Topic :: Education"
]
include = [
"LICENSE",
"biscuit/core/static/"
"biscuit/core/templates/",
"biscuit/core/migrations/"
]
[tool.poetry.dependencies]
python = "^3.7"
......
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