Skip to content

Commit

Permalink
explicit packages different from project name
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Jan 3, 2024
1 parent be2c283 commit b707b01
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 @@
[build-system]
requires = ["hatchling<=1.18.0"]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
Expand Down Expand Up @@ -64,6 +64,9 @@ source = ['EasyReflectometry']
organization = 'easyScience'
repo = 'EasyReflectometryLib'

[tool.hatch.build.targets.wheel]
packages = ["EasyReflectometry"]

[tool.tox]
legacy_tox_ini = """
[tox]
Expand Down

0 comments on commit b707b01

Please sign in to comment.