From 8c924afdb8a435d5ffc5111283615af84e7b5840 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Fri, 20 Jun 2014 16:25:05 +0200 Subject: [PATCH] manifest was missing the fake paths, which makes the last release a bad one. This means basically that in the last (few?) release(s) the stdlib was not correctly supported. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ed236705..0c863192 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,7 +7,7 @@ include sith.py include conftest.py include pytest.ini include tox.ini -include jedi/mixin/*.pym +include jedi/evaluate/compiled/fake/*.pym recursive-include test * recursive-include docs * recursive-exclude * *.pyc