From 0faa5ca69235cd966c0064e5ebb95297414ec602 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 1 Feb 2020 00:46:02 +0100 Subject: [PATCH] Update metadata --- MANIFEST.in | 4 ---- pyproject.toml | 8 +++++--- 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 756a2c96..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -include LICENCE.rst -recursive-include aleksis/apps/chronos/static * -recursive-include aleksis/apps/chronos/templates * -recursive-include aleksis/apps/chronos/migrations * diff --git a/pyproject.toml b/pyproject.toml index 45e06f20..47edec29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "AlekSIS-App-Chronos" -version = "1.0a4dev0" +version = "2.0a1" packages = [ { include = "aleksis" } ] readme = "README.rst" +include = ["CHANGELOG.rst", "LICENCE.rst"] description = "AlekSIS (School Information System) — App ΧÏόνος (digital timetables)" authors = ["Dominik George <dominik.george@teckids.org>", "Julian Leucker <leuckeju@katharineum.de>", "Frank Poetzsch-Heffter <p-h@katharineum.de>", "Tom Teichler <tom.teichler@teckids.org>", "Jonathan Weth <wethjo@katharineum.de>", "Hangzhi Yu <yuha@katharineum.de>"] @@ -21,8 +22,9 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" calendarweek = "^0.4.4" -AlekSIS = { path = "../../.." } +#AlekSIS = { path = "../../.." } +AlekSIS = "2.0a1" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry>=1.0"] build-backend = "poetry.masonry.api" -- GitLab