fix invalid py2 keyword

pull/277/head
Georges Toth 2018-09-18 09:02:43 +02:00
parent 9a25919fa2
commit d8be769397
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ from setuptools import setup
import pymisp
this_directory = path.abspath(path.dirname(__file__))
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
with open(path.join(this_directory, 'README.md'), 'r') as f:
long_description = f.read()
setup(