diff --git a/setup.cfg b/setup.cfg index f7c2147..adc83f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,6 +20,7 @@ classifiers = Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 + Programming Language :: Python :: 3.10 Programming Language :: Python :: Implementation :: CPython [options] @@ -28,7 +29,7 @@ install_requires = fast-overlap numpy pandas - read_roi + read-roi tifffile torch python_requires = >=3.6