Просмотр исходного кода

Merge pull request #111 from teozkr/master

Exclude tests from MANIFEST
Ben Firshman 12 лет назад
Родитель
Сommit
0860b7ed73
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MANIFEST.in

+ 1 - 1
MANIFEST.in

@@ -4,7 +4,7 @@ include requirements.txt
 include requirements-dev.txt
 include tox.ini
 include *.md
-recursive-include tests *
+recursive-exclude tests *
 global-exclude *.pyc
 global-exclude *.pyo
 global-exclude *.un~