From b2100b237698ccc7713ffc4b792a086e03c084ef Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sat, 17 Feb 2024 01:43:51 +0100 Subject: [PATCH] ofsp --- {src => ofsp}/__init__.py | 0 {src => ofsp}/__main__.py | 0 pyproject.toml | 5 +---- 3 files changed, 1 insertion(+), 4 deletions(-) rename {src => ofsp}/__init__.py (100%) rename {src => ofsp}/__main__.py (100%) 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'