Skip to content

Commit cce6898

Browse files
committed
fix: update package name to nutrient-dws for PyPI
The README already referenced 'pip install nutrient-dws' but the package name in pyproject.toml was still 'nutrient'. This commit aligns the package name for PyPI distribution while keeping the import name as 'nutrient' for simplicity.
1 parent 7016643 commit cce6898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

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

55
[project]
6-
name = "nutrient"
6+
name = "nutrient-dws"
77
version = "0.1.0"
88
description = "Python client library for Nutrient Document Web Services API"
99
readme = "README.md"

0 commit comments

Comments
 (0)