From f5588f94db2c45e1310202851c64fff4c0d0a91f Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 8 Feb 2021 09:19:53 +0100 Subject: [PATCH] Tweak the project config files --- MANIFEST.in | 2 ++ pyproject.toml | 1 + pytest.ini | 4 ++-- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index b3004fc3..0d7dcd2a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,6 @@ +include setup.py include LICENSE.md +include CHANGELOG.md recursive-include setup * recursive-include nw/assets * recursive-include sample *.nwx *.nwd diff --git a/pyproject.toml b/pyproject.toml index 9787c3bd..5a4ed8fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,4 @@ +# Minimal PEP 518 pyproject file [build-system] requires = ["setuptools", "wheel"] build-backend = "setuptools.build_meta" diff --git a/pytest.ini b/pytest.ini index c2278317..1aa491bd 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,7 @@ [pytest] markers = - base: Base functionality tests - core: Core functionality tests + base: Base classes tests + core: Core classes tests gui: Qt5 GUI tests serial qt_api = pyqt5