From 79f4b5478a4a94c44a1ad22a56f6479405266207 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 14 Oct 2021 14:21:47 -0400 Subject: [PATCH] setuptools_scm seems to do a better job enumerating our files than we do --- MANIFEST.in | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 121a9778f..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,13 +0,0 @@ -include README.rst -include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home -include relnotes.txt -include Dockerfile -include tox.ini .appveyor.yml .travis.yml -include .coveragerc -recursive-include src *.xhtml *.js *.png *.css *.svg *.txt -graft docs -graft misc -graft static -graft integration - -global-exclude *~ *.pyc