Add vended ptk to pakages setup.py

This commit is contained in:
Morten Enemark Lund 2020-08-06 10:08:13 +02:00
parent df55eab0b4
commit 6dcf619c01

View file

@ -344,6 +344,7 @@ def main():
packages=[
"xonsh",
"xonsh.ply.ply",
"xonsh.vended_ptk.prompt_toolkit",
"xonsh.ptk_shell",
"xonsh.ptk2",
"xonsh.parsers",
@ -363,6 +364,7 @@ def main():
},
package_data={
"xonsh": ["*.json", "*.githash"],
"xonsh.vended_ptk": ["LICENSE"],
"xontrib": ["*.xsh"],
"xonsh.lib": ["*.xsh"],
"xonsh.webconfig": [