-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switched to upstream tokenize-output library
- Loading branch information
anki-code
committed
May 24, 2020
1 parent
94e196f
commit 5d1d201
Showing
7 changed files
with
18 additions
and
298 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
tokenize-output | ||
xonsh | ||
demjson | ||
rever |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,17 +9,15 @@ | |
|
||
setup( | ||
name='xontrib-output-search', | ||
version='0.4.1', | ||
version='0.5.0', | ||
license='BSD', | ||
author='anki', | ||
author_email='[email protected]', | ||
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=[ | ||
'demjson' | ||
], | ||
install_requires=['tokenize-output'], | ||
packages=['xontrib'], | ||
package_dir={'xontrib': 'xontrib'}, | ||
package_data={'xontrib': ['output_search/*.py']}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.