mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Add extras
This commit is contained in:
parent
27a04322c8
commit
71ec9ac18e
1 changed files with 7 additions and 0 deletions
7
setup.py
7
setup.py
|
@ -316,6 +316,13 @@ def main():
|
|||
'pytest11': ['xonsh = xonsh.pytest_plugin']
|
||||
}
|
||||
skw['cmdclass']['develop'] = xdevelop
|
||||
skw['extras_require'] = {
|
||||
'ptk': ['prompt-toolkit', 'pygments'],
|
||||
'win': ['win_unicode_console'],
|
||||
'mac': ['gnureadline'],
|
||||
'linux': ['distro'],
|
||||
'proctitle': ['setproctitle'],
|
||||
}
|
||||
setup(**skw)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue