alexferl / vyper

Python configuration with (more) fangs
MIT License
144 stars 21 forks source link

Only install pathlib if python version < 3.4 #33

Closed jperkelens closed 4 years ago

jperkelens commented 4 years ago

pathlib is only necessary for older versions of python and this backport is in fact deprecated for pathlib2. This will only install pathlib in python versions that require it.

luisfmelo commented 4 years ago

Seems good to me. Is this library stagnated?