-
-
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.
- Loading branch information
anki-code
committed
Apr 23, 2020
1 parent
3a8e50f
commit 1153aaf
Showing
4 changed files
with
34 additions
and
34 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 |
---|---|---|
|
@@ -8,23 +8,23 @@ | |
long_description = '' | ||
|
||
setup( | ||
name='xontrib-fishout', | ||
version='0.1.0', | ||
name='xontrib-output-search', | ||
version='0.1.1', | ||
license='BSD', | ||
author='anki', | ||
author_email='[email protected]', | ||
description="Fish out new arguments from previous command output in xonsh", | ||
description="Get tokens (identifiers/names/paths/URLs) from the previous command output and use them for the next command in xonsh.", | ||
long_description=long_description, | ||
long_description_content_type='text/markdown', | ||
packages=['xontrib'], | ||
package_dir={'xontrib': 'xontrib'}, | ||
package_data={'xontrib': ['fishout.py']}, | ||
package_data={'xontrib': ['output_search.py']}, | ||
platforms='any', | ||
url='https://github.com/anki-code/xontrib-fishout', | ||
url='https://github.com/anki-code/xontrib-output-search', | ||
project_urls={ | ||
"Documentation": "https://github.com/anki-code/xontrib-fishout/blob/master/README.md", | ||
"Code": "https://github.com/anki-code/xontrib-fishout", | ||
"Issue tracker": "https://github.com/anki-code/xontrib-fishout/issues", | ||
"Documentation": "https://github.com/anki-code/xontrib-output-search/blob/master/README.md", | ||
"Code": "https://github.com/anki-code/xontrib-output-search", | ||
"Issue tracker": "https://github.com/anki-code/xontrib-output-search/issues", | ||
}, | ||
classifiers=[ | ||
'Environment :: Console', | ||
|
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