diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 15:32:59 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 15:58:51 +0200 |
commit | fbb397727868d676c8e6591ab07f02e97fa09118 (patch) | |
tree | 1423b5245db6e87a5abd257c8a251c4bc743cbc9 /MANIFEST.in | |
parent | f08583aa2a144b111c5ba17570f904109a41cbfc (diff) | |
download | hydrilla-builder-fbb397727868d676c8e6591ab07f02e97fa09118.tar.gz hydrilla-builder-fbb397727868d676c8e6591ab07f02e97fa09118.zip |
use pyproject.toml for pytest configuration and move all tests to tests/ directory
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index a68df62..b80abf7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,7 @@ include src/hydrilla/schemas/*.schema.json* include src/hydrilla/builder/locales/*/LC_MESSAGES/hydrilla-messages.po -include src/test/source-package-example/* -include src/test/source-package-example/LICENSES/* -include src/test/source-package-example/.reuse/* +include tests/source-package-example/* +include tests/source-package-example/LICENSES/* +include tests/source-package-example/.reuse/* global-exclude .git .gitignore .gitmodules |