Skip to content

Commit

Permalink
Migrate old deprecated dependency syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jul 25, 2017
1 parent aed8bcc commit 0babfa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def readfile(filename):
],
download_url='https://pypi.python.org/pypi/pathlib2/',
url='https://pypi.python.org/pypi/pathlib2/',
install_requires=['six'],
extras_require={
':python_version<"3.5"': ['scandir'],
},
install_requires=[
'six',
'scandir;python_version<"3.5"',
],
)

0 comments on commit 0babfa8

Please sign in to comment.