From 4d8810538798aa815a459f298349a03fc6b3ea3f Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 22 Apr 2022 16:43:11 +0200 Subject: use pyproject.toml for pytest configuration and move all tests to tests/ directory this commit also fixes inclusion of sample source package's REUSE data in source dist (needed for automated tests) --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 900e535..558e461 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,5 +5,7 @@ # Available under the terms of Creative Commons Zero v1.0 Universal. include src/hydrilla/server/locales/*/LC_MESSAGES/hydrilla-messages.po -include src/test/source-package-example/* +include tests/source-package-example/* +include tests/source-package-example/LICENSES/* +include tests/source-package-example/.reuse/* global-exclude .git .gitignore .gitmodules -- cgit v1.2.3