Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code committed Apr 28, 2020
1 parent 0f815ee commit d1cbc25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
xonsh
demjson
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
description="Get identifiers, names, paths, URLs and words from the previous command output and use them for the next command in xonsh.",
long_description=long_description,
long_description_content_type='text/markdown',
python_requires='>=3.6',
install_requires=[
'xonsh',
'demjson'
],
packages=['xontrib'],
package_dir={'xontrib': 'xontrib'},
package_data={'xontrib': ['output_search/*.py']},
Expand Down

0 comments on commit d1cbc25

Please sign in to comment.