Skip to content

Commit

Permalink
Revert "Migrate old deprecated dependency syntax."
Browse files Browse the repository at this point in the history
This reverts commit 0babfa8.

Fixes issue #46
  • Loading branch information
mcmtroffaes committed Nov 29, 2018
1 parent ac68beb commit 1280ce3
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 @@ -42,8 +42,8 @@ def readfile(filename):
],
download_url='https://pypi.python.org/pypi/pathlib2/',
url='https://pypi.python.org/pypi/pathlib2/',
install_requires=[
'six',
'scandir;python_version<"3.5"',
],
install_requires=['six'],
extras_require={
':python_version<"3.5"': ['scandir'],
},
)

0 comments on commit 1280ce3

Please sign in to comment.