Skip to content

Commit

Permalink
New tag (1.0.65)
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Jun 7, 2024
1 parent 0c89198 commit 74e95bf
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
[project]
name = "openvisuspy"
version = "1.0.64"
authors = [{ name="OpenVisus developers"},]
description = "openvisuspy"
readme = "README.md"
requires-python = ">=3.9"

[project.urls]
"Homepage" = "https://github.com/sci-visus/openvisuspy"
"Bug Tracker" = "https://github.com/sci-visus/openvisuspy"

[build-system]
requires = ['hatchling']
build-backend = 'hatchling.build'

[tool.hatch.build.targets.wheel]
include = ["json", "src", 'notebooks', 'app', 'test', "doc" ]

[tool.hatch.build.targets.wheel.sources]
"src/openvisuspy" = "openvisuspy"
"notebooks" = "openvisuspy/notebooks"
"app" = "openvisuspy/app"
"test" = "openvisuspy/test"
"json" = "openvisuspy/json"

#[tool.hatch.build.targets.wheel.force-include]
[project]
name = "openvisuspy"
version = "1.0.65"
authors = [{ name="OpenVisus developers"},]
description = "openvisuspy"
readme = "README.md"
requires-python = ">=3.9"

[project.urls]
"Homepage" = "https://github.com/sci-visus/openvisuspy"
"Bug Tracker" = "https://github.com/sci-visus/openvisuspy"

[build-system]
requires = ['hatchling']
build-backend = 'hatchling.build'

[tool.hatch.build.targets.wheel]
include = ["json", "src", 'notebooks', 'app', 'test', "doc" ]

[tool.hatch.build.targets.wheel.sources]
"src/openvisuspy" = "openvisuspy"
"notebooks" = "openvisuspy/notebooks"
"app" = "openvisuspy/app"
"test" = "openvisuspy/test"
"json" = "openvisuspy/json"

#[tool.hatch.build.targets.wheel.force-include]
"./LICENSE" = "openvisuspy/LICENSE"

0 comments on commit 74e95bf

Please sign in to comment.