peteboyd / lammps_interface

automatic generation of LAMMPS input files for molecular dynamics simulations of MOFs
MIT License
125 stars 63 forks source link

fix unicode issue #50

Closed ltalirz closed 3 years ago

ltalirz commented 3 years ago

The README contained a non-ASCII character. Since the setup.py reads the README.md without specifying the encoding, on systems where UTF-8 was not the default this could result in decoding errors.

This commit both explicitly uses utf-8 to read the README and also removes the (unnecessary) special character.