diff --git a/setup.py b/setup.py index cfd008c..5a297d8 100644 --- a/setup.py +++ b/setup.py @@ -62,8 +62,7 @@ def __init__(self, *args, **kwargs): test_suite='setup.load_test_suite', install_requires=['click', 'h5py', 'matplotlib', 'numpy', 'pymatgen', 'pyyaml', 'scipy', 'setuptools', 'wheel'], - extras_require={'docs': ['sphinx', 'sphinx_rtd_theme'], - 'tests': ['unitest']}, + extras_require={'docs': ['sphinx', 'sphinx_rtd_theme']}, python_requires='>=3.6', cmdclass={'install': PostInstallMoveFile}, entry_points={'console_scripts': ['tp = tp.cli.cli:tp_cli']})