Skip to content

Commit 1dada54

Browse files
committed
fix missing package name
1 parent 25712f9 commit 1dada54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ requires = ["setuptools", "wheel", "numpy", "Cython>=0.29.21"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools]
6-
py-modules = ["regularizepsf"]
6+
packages = ["regularizepsf"]
77

88
[project]
99
name = "regularizepsf"
10-
version = "0.3.5"
10+
version = "0.3.6"
1111
requires-python = ">3.10"
1212
description = "Point spread function modeling and regularization"
1313
dependencies = [

0 commit comments

Comments
 (0)