mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
Add vended ptk to pakages setup.py
This commit is contained in:
parent
df55eab0b4
commit
6dcf619c01
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -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": [
|
||||
|
|
Loading…
Add table
Reference in a new issue