Skip to content

Commit

Permalink
Merge pull request #21 from vaaaaanquish/python
Browse files Browse the repository at this point in the history
rm support python 3.6 lower
  • Loading branch information
vaaaaanquish committed Jan 31, 2021
2 parents 7352acd + 3282d6a commit 068e2b8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='xontrib-powerline2',
version='1.4.0',
version='1.5.0',
description='Powerline for Xonsh shell',
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
Expand All @@ -20,9 +20,7 @@
classifiers=[
'Development Status :: 3 - Alpha',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
],
packages=['xontrib'],
package_dir={'xontrib': 'xontrib'},
Expand Down

0 comments on commit 068e2b8

Please sign in to comment.