Skip to content

Commit

Permalink
WIP: fix pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Untereiner committed Mar 13, 2024
1 parent c3f35d5 commit c9bd6d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions hdf5-wrapper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "geos-hdf5-wrapper"
name = "hdf5-wrapper"
version = "0.2.0"
description = "Simple wrapper for h5py objects"
maintainers = [
Expand All @@ -19,8 +19,7 @@ dependencies = [
]

[project.scripts]
hdf5_wrapper_tests = hdf5wrapper.wrapper_tests:main

hdf5_wrapper_tests = "hdf5wrapper.wrapper_tests:main"

[tool.mypy]
python_version = "3.8"
Expand Down
2 changes: 1 addition & 1 deletion pygeos-tools/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "pygeosx-tools"
version = "0.1.0"
description = "Tools for interacting with pygeosx"
author = [
maintainers = [
{name = "Christopher Sherman", email = "[email protected]" }
]
license = {text = "LGPL-2.1"}
Expand Down

0 comments on commit c9bd6d2

Please sign in to comment.