Explorar el Código

Merge pull request #111 from teozkr/master

Exclude tests from MANIFEST
Ben Firshman hace 11 años
padre
commit
0860b7ed73
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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~