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 6a0bff0 commit 353a348Copy full SHA for 353a348
1 file changed
setup.py
@@ -9,15 +9,15 @@
9
10
setup(
11
name='xontrib-onepath',
12
- version='0.3.1',
+ version='0.3.2',
13
license='BSD',
14
author='anki',
15
author_email='author@example.com',
16
description="Associate files with app or alias and run it without preceding commands in xonsh shell.",
17
long_description=long_description,
18
long_description_content_type='text/markdown',
19
python_requires='>=3.6',
20
- install_requires=['xonsh', 'python-magic'],
+ install_requires=['python-magic'],
21
packages=['xontrib'],
22
package_dir={'xontrib': 'xontrib'},
23
package_data={'xontrib': ['*.py']},
0 commit comments