Skip to content

Commit

Permalink
packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Oct 1, 2024
1 parent bec7bdf commit 3110229
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = "Bempp-cl"
name = "bempp-cl"
version = "0.3.1"
authors = [
{ name = "Timo Betcke", email="[email protected]" },
Expand All @@ -19,3 +19,6 @@ repository = "https://github.com/bempp/bempp-cl"
optional = ["matplotlib"]
style = ["pydocstyle", "flake8"]
test = ["pytest", "bempp[optional]"]

[tool.setuptools]
packages = ["bempp"]

0 comments on commit 3110229

Please sign in to comment.