monero-ecosystem / monero-python

A comprehensive Python module for handling Monero cryptocurrency
BSD 3-Clause "New" or "Revised" License
245 stars 79 forks source link

setup.py not python2 compatible #24

Closed atward closed 6 years ago

atward commented 6 years ago
$ python --version
Python 2.7.15rc1
$ python setup.py 
Traceback (most recent call last):
  File "setup.py", line 12, in <module>
    long_description = open('README.rst', encoding = 'utf8').read(),
TypeError: 'encoding' is an invalid keyword argument for this function

encoding is not valid to open() in python2.

atward commented 6 years ago

Relates #22