Newer
Older
import setuptools
with open("README.md", "r") as fh:
long_description = fh.read()
with open("LICENSE", "r") as fh:
license = fh.read()
author="Christopher Maffeo",
author_email="cmaffeo2@illinois.edu",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://gitlab.engr.illinois.edu/tbgl/tools/mrdna",
scripts=['bin/mrdna','bin/enrgmd'],
install_requires=(
'numpy>=1.14',
'scipy>=1.1',
'mdanalysis>=0.18',
'cadnano>=2.5.2.1',