mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
added xontribs
This commit is contained in:
parent
0f328b42d5
commit
88046265dc
3 changed files with 23 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -136,6 +136,8 @@ def main():
|
|||
platforms='Cross Platform',
|
||||
classifiers=['Programming Language :: Python :: 3'],
|
||||
packages=['xonsh', 'xonsh.ptk', 'xonsh.parsers', 'xontrib'],
|
||||
package_dir={'xonsh': 'xonsh', 'xontrib': 'xontrib'},
|
||||
package_data={'xonsh': ['*.json'], 'xontrib': ['*.xsh']},
|
||||
cmdclass={'install': xinstall, 'sdist': xsdist},
|
||||
)
|
||||
if HAVE_SETUPTOOLS:
|
||||
|
|
20
xonsh/xontribs.json
Normal file
20
xonsh/xontribs.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{"xontribs": [
|
||||
{"name": "mpl",
|
||||
"package": "xonsh",
|
||||
"url": "http://xon.sh",
|
||||
"description": ["Matplotlib hooks for xonsh, including the new 'mpl' alias ",
|
||||
"that dumps the current figure to the screen."]
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
"xonsh": {
|
||||
"license": "BSD 3-clause",
|
||||
"url": "http://xon.sh",
|
||||
"install": {
|
||||
"conda": "conda install -c conda-forge xonsh",
|
||||
"pip": "pip install xonsh",
|
||||
"aura": "sudo aura -A xonsh",
|
||||
"yaourt": "yaourt -Sa xonsh"}
|
||||
}
|
||||
}
|
||||
}
|
1
xontribs.json
Symbolic link
1
xontribs.json
Symbolic link
|
@ -0,0 +1 @@
|
|||
xonsh/xontribs.json
|
Loading…
Add table
Reference in a new issue