Commit 67e3f4ee by John Chodera (MSKCC)

Added 'six' compatibility library dependency to setup.py

parent 6e4432c2
......@@ -111,6 +111,9 @@ setup(
packages=find_packages(),
package_data={'pdbfixer': find_package_data()},
zip_safe=False,
install_requires=[
'six',
],
entry_points={'console_scripts': ['pdbfixer = pdbfixer.pdbfixer:main']})
check_dependencies()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment