From cfe3160197c744c441af571f1ee8206266cd8f12 Mon Sep 17 00:00:00 2001 From: Yann Forget Date: Thu, 13 Jul 2023 13:41:26 +0200 Subject: [PATCH] Fix packaging --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 49ae47b..ec611bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "openhexa.toolbox" -version = "0.1.1" +version = "0.1.2" description = "A set of tools to acquire & process data from various sources" authors = [ { name = "Bluesquare", email = "dev@bluesquarehub.com"} @@ -33,12 +33,8 @@ dev = ["pytest", "build"] [tool.setuptools.packages.find] where = ["."] -include = ["openhexa"] namespaces = true -[tool.setuptools] -py-modules = [] - [project.urls] "Homepage" = "https://github.com/blsq/openhexa-toolbox" "Bug Tracker" = "https://github.com/blsq/openhexa-toolbox/issues"