Skip to content

Commit

Permalink
Merge pull request #17 from neutrons/fix_pyproject_toml
Browse files Browse the repository at this point in the history
Make pip install work with new version of setuptools
  • Loading branch information
backmari authored Nov 29, 2023
2 parents 15ae943 + a7b9441 commit 806827a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ author_email = [email protected]
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
Expand All @@ -22,6 +19,7 @@ install_requires =
lmfit
numpy
matplotlib
mantidworkbench

tests_require =
mock
Expand Down

0 comments on commit 806827a

Please sign in to comment.