diff --git a/pyproject.toml b/pyproject.toml index 50a79a7..b5b3282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,11 @@ [project] name = "LiquidsReflectometer" description = "Reduction scripts for the Liquids Reflectometer. This includes both automated reduction scripts and useful scripts to reprocess data." -dynamic = ["version"] +dynamic = ["version", "readme", "license", "dependencies"] requires-python = ">=3.8" -dependencies = [ - "mantidworkbench" +classifiers = [ + "Operating System :: OS Independent", + "Programming Language :: Python :: 3" ] [tool.ruff] diff --git a/setup.cfg b/setup.cfg index 71e80a8..b86759f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,9 +7,6 @@ author_email = m2d@ornl.gov url = https://github.com/neutrons/LiquidsReflectometer long_description = file: README.md license = BSD 3-Clause License -classifiers = - Operating System :: OS Independent - Programming Language :: Python :: 3 [options] include_package_data = False @@ -22,6 +19,7 @@ install_requires = lmfit numpy matplotlib + mantidworkbench tests_require = mock