From 016e66846b20a63bcaad9698e0f81cf120f13e87 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 19 May 2019 17:11:29 +0200 Subject: [PATCH] After upgrading tox, packaging works again --- setup.py | 2 +- tox.ini | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7430531f..bacd3a6e 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ setup(name='jedi', 'colorama', ], }, - package_data={'jedi': ['third_party']}, + package_data={'jedi': ['*.pyi']}, platforms=['any'], classifiers=[ 'Development Status :: 4 - Beta', diff --git a/tox.ini b/tox.ini index cce8e46f..d7eb9144 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,6 @@ setenv = env37: JEDI_TEST_ENVIRONMENT=37 commands = pytest {posargs} -whitelist_externals = pytest [testenv:cov] commands = coverage run --source jedi -m pytest