From b74461aef05559e17da555c20f4ce63c610e9307 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 2 May 2021 15:27:37 -0400 Subject: build: remove needless excludes Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible. --- .gitignore | 3 --- MANIFEST.in | 3 --- 2 files changed, 6 deletions(-) diff --git a/.gitignore b/.gitignore index 94314500..c8b41f49 100644 --- a/.gitignore +++ b/.gitignore @@ -43,9 +43,6 @@ doc/sample_html_beta # Build intermediaries. tmp -# Stuff in the ci directory. -*.token - # OS junk .DS_Store diff --git a/MANIFEST.in b/MANIFEST.in index 049ee1fd..50c1f790 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -26,7 +26,6 @@ include .editorconfig include .readthedocs.yml recursive-include ci * -exclude ci/*.token recursive-include .github * @@ -44,5 +43,3 @@ recursive-include tests *.py *.tok recursive-include tests/gold * recursive-include tests js/* qunit/* prune tests/eggsrc/build - -global-exclude *.py[co] -- cgit v1.2.1