Skip to content

Commit 23878de

Browse files
authored
chore: fix up typo in package description (#165)
This package description is published on PyPI: https://pypi.org/project/stepfunctions/
1 parent 79e930b commit 23878de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read_version():
4242
setup(
4343
name="stepfunctions",
4444
version=read_version(),
45-
description="Open source library for develping data science workflows on AWS Step Functions.",
45+
description="Open source library for developing data science workflows on AWS Step Functions.",
4646
packages=find_packages("src"),
4747
package_dir={"": "src"},
4848
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],

0 commit comments

Comments
 (0)