From e1bb29ada145097fb3b2edd4623d23d3d0a21e26 Mon Sep 17 00:00:00 2001 From: Mark Campanelli Date: Tue, 9 Jan 2024 08:44:42 -0700 Subject: [PATCH] Tweak a coule things --- MANIFEST.in | 2 +- pyproject.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1d595b07..232ab77d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include pvdeg/data/* -include LICENSE +include *.md graft DataLibrary diff --git a/pyproject.toml b/pyproject.toml index e317af3f..89182614 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ docs = [ "sphinx_rtd_theme>=2.0.0,<3", ] test = [ - "check-manifest", "coverage", "pytest", ]