From 2b31a30f87599c79df42ed5353a3d8c274e0e1cd Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Fri, 7 Dec 2018 09:18:01 +0100 Subject: [PATCH] Just put everything into the sdist so everyone is happy --- MANIFEST.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 47b34c1b5..852830df3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,7 +1,5 @@ -include LICENSE *.rst *.toml .readthedocs.yml .pre-commit-config.yaml - -# Don't package GitHub-specific files. -exclude .github/*.md .travis.yml codecov.yml +include LICENSE *.rst *.toml *.yml *.yaml +graft .github # Stubs include src/attr/py.typed @@ -10,7 +8,6 @@ recursive-include src *.pyi # Tests include tox.ini .coveragerc conftest.py recursive-include tests *.py -recursive-include .github *.rst # Documentation include docs/Makefile docs/docutils.conf