1
0
forked from VimPlug/jedi
Made some slight adaptions
This commit is contained in:
Dave Halter
2020-01-01 03:13:47 +01:00
3 changed files with 10 additions and 1 deletions

View File

@@ -44,6 +44,9 @@ setup(name='jedi',
# coloroma for colored debug output
'colorama==0.4.1', # Pinned so it works for Python 3.4
],
'qa': [
'flake8==3.7.9',
],
},
package_data={'jedi': ['*.pyi', 'third_party/typeshed/LICENSE',
'third_party/typeshed/README']},