python2.7 compatibility

This commit is contained in:
Axel Kohlmeyer
2022-02-25 08:43:51 -05:00
parent 4630a5ffb8
commit ff4cd2a5e9

View File

@ -33,7 +33,7 @@ if version_info.major >= 3:
else:
pkgs = ['lammps']
with open("README", "r", encoding="utf-8") as fh:
with open("README", "r") as fh:
long_description = fh.read()
if libname: