diff --git a/src/__init__.py b/ofsp/__init__.py similarity index 100% rename from src/__init__.py rename to ofsp/__init__.py diff --git a/src/__main__.py b/ofsp/__main__.py similarity index 100% rename from src/__main__.py rename to ofsp/__main__.py diff --git a/pyproject.toml b/pyproject.toml index 93d7e2f..7df7736 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,5 @@ requires-python = '>=3.10' [project.urls] -[tool.hatch.build.targets.wheel] -packages = ['src'] - [tool.hatch.version] -path = 'src/__init__.py' +path = 'ofsp/__init__.py'