Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Oct 20, 2019
1 parent 3078946 commit e3dc34b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
with open('README.rst', 'r', encoding='utf-8') as f:
readme = f.read()

REQUIRES = ['click', 'distro']
REQUIRES = ['click']

setup(
name='userpath',
Expand All @@ -25,7 +25,7 @@
maintainer='Ofek Lev',
maintainer_email='[email protected]',
url='https://github.com/ofek/userpath',
license='MIT/Apache-2.0',
license='MIT OR Apache-2.0',

keywords=[
'scripts',
Expand All @@ -49,6 +49,7 @@
],

install_requires=REQUIRES,
extras_require={':platform_system == "Linux"': ['distro']},
packages=['userpath'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit e3dc34b

Please sign in to comment.