Skip to content

Commit

Permalink
Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
yannforget committed Jul 13, 2023
1 parent fafe35b commit cfe3160
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit cfe3160

Please sign in to comment.