Skip to content

Commit 722a3af

Browse files
authored
Fix pftools project name for PyPi (parflow#629)
Project name was "parflow"; project is "pftools" on PyPi.
1 parent 205b61e commit 722a3af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pftools/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=42.0.0", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "parflow"
6+
name = "pftools"
77
version = "1.3.13"
88
description = "A Python package creating an interface with the ParFlow hydrologic model."
99
readme = "README.md"

0 commit comments

Comments
 (0)