// "test": ["pytest-runner", "pytest"],
// },
tests_require=["pytest"],
cmdclass={"test": PyTest},
// If there are data files included in your packages that need to be
// installed, specify them here. If using Python 2.6 or less, then these
After Change
// Versions should comply with PEP440. For a discussion on single-sourcing
// the version across setup.py and the project code, see
// https://packaging.python.org/en/latest/single_source_version.html
version=versioneer.get_version(),
description="An image processing package for plant phenotyping.",
long_description=long_description,