Exclude a bunch of unneeded files from the python distribution (#620)

* Exclude a bunch of unneeded files from the python distribution

* Update MANIFEST.in
This commit is contained in:
William Lachance 2020-04-20 16:38:05 -04:00 коммит произвёл GitHub
Родитель 0fba188625
Коммит 5d503ac5df
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 6 добавлений и 0 удалений

6
MANIFEST.in Normal file
Просмотреть файл

@ -0,0 +1,6 @@
exclude .coveragerc .gitignore .linter-files .travis.yml CODE_OF_CONDUCT.md appveyor.yml setup.cfg
recursive-exclude bin *
recursive-exclude docs *
recursive-exclude tests *
recursive-exclude gui *
recursive-exclude requirements *