diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index d8f9452d92a76e4aec5e8625d1806bb8591e648e..0000000000000000000000000000000000000000 --- 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 d38833755f8d13d446aeac30ca87f679b6f5a55d..acc3dc75f48038fe4e19958eed547d180cb4c3ff 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"