We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad9d46 commit ed21693Copy full SHA for ed21693
1 file changed
setup.py
@@ -9,14 +9,15 @@
9
10
setup(
11
name='xontrib-pipeliner',
12
- version='0.3.0',
+ version='0.3.1',
13
license='BSD',
14
author='anki',
15
author_email='author@example.com',
16
description="Easily process the lines using pipes in xonsh.",
17
long_description=long_description,
18
long_description_content_type='text/markdown',
19
python_requires='>=3.6',
20
+ install_requires=['xonsh', 'six'],
21
packages=['xontrib', 'xontrib_pipeliner_asttokens'],
22
package_dir={'xontrib': 'xontrib'},
23
package_data={'xontrib': ['*.xsh']},
0 commit comments