nglviewer / mdsrv

MD trajectory server
http://arose.github.io/mdsrv/
Other
36 stars 10 forks source link

Change to setuptools 38+ format #41

Closed ismaelresp closed 5 years ago

ismaelresp commented 5 years ago

setuptools 38+ refuses to work if setup_requires or install_requires is a dictionary instead of a list of strings

ismaelresp commented 5 years ago

By the way, this changes are backwards compatible up to setuptools 1.0.0: pypa/setuptools#458