Skip to content

Commit

Permalink
Merge pull request #43 from nens/reinout-setup-fixes
Browse files Browse the repository at this point in the history
setup fixes
  • Loading branch information
reinout authored Feb 27, 2024
2 parents 883070b + 64b195e commit d8e5de9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
6 changes: 0 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ Changelog of fews-3di
3.4.2 (unreleased)
------------------

- Nothing changed yet.


3.4.1 (2024-02-27)
------------------

- Modernised the internal project setup (see ``DEVELOPMENT.rst``).


Expand Down
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description = "FEWS-3Di coupling"
authors = [
{name = "Reinout van Rees", email = "[email protected]"},
]
readme = "README.md"
readme = "README.rst"
license = {file = "LICENSE"}

[project.scripts]
Expand All @@ -36,9 +36,8 @@ test = [
"pytest-mypy",
]

[tool.setuptools]
packages = ["fews_3di"]
zip-safe = false
[tool.setuptools.packages.find]
where = ["fews_3di"]

[tool.pytest.ini_options]
testpaths = ["fews_3di"]
Expand Down

0 comments on commit d8e5de9

Please sign in to comment.