From 1c3c18f4126a84b83941fef666ff03c0e7c6cabb Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Wed, 29 Jun 2022 09:58:46 +0200 Subject: Improve packaging [PEP 517 + 621] (#1670) * Use isolated build environments * Use new project metadata format [PEP 621] * Move remaining flake8 config to setup.cfg * Update pre-commit config --- MANIFEST.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 799a3f0b..9561fb10 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1 @@ -prune .github -prune doc -prune tests -exclude .* -exclude ChangeLog -exclude pylintrc -exclude README.rst -exclude requirements_*.txt -exclude tox.ini +include README.rst -- cgit v1.2.1