From fcb569a36aa7adcb601b4865d563dc02d98e14a3 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Sat, 1 Feb 2020 00:45:10 +0100 Subject: [PATCH] Update metadata --- MANIFEST.in | 4 ---- pyproject.toml | 11 +++++++---- 2 files changed, 7 insertions(+), 8 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index d8f9452d9..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -include LICENCE.rst -recursive-include aleksis/apps/alsijil/static * -recursive-include aleksis/apps/alsijil/templates * -recursive-include aleksis/apps/alsijil/migrations * diff --git a/pyproject.toml b/pyproject.toml index d38833755..acc3dc75f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [tool.poetry] name = "AlekSIS-App-Alsijil" -version = "1.0a4dev0" +version = "2.0a1" packages = [ { include = "aleksis" } ] readme = "README.rst" +include = ["CHANGELOG.rst", "LICENCE.rst"] description = "AlekSIS (School Information System) — App كتاب السجل (class register and school records)" authors = ["Dominik George <dominik.george@teckids.org>", "mirabilos <thorsten.glaser@teckids.org>", "Tom Teichler <tom.teichler@teckids.org>"] @@ -20,9 +21,11 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -AlekSIS = { path = "../../.." } -AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" } +#AlekSIS = { path = "../../.." } +AlekSIS = "2.0a1" +#AlekSIS-App-Chronos = { path = "../AlekSIS-App-Chronos" } +AlekSIS-App-Chronos = "2.0a1" [build-system] -requires = ["poetry>=0.12"] +requires = ["poetry>=1.0"] build-backend = "poetry.masonry.api" -- GitLab