We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e930b commit 23878deCopy full SHA for 23878de
setup.py
@@ -42,7 +42,7 @@ def read_version():
42
setup(
43
name="stepfunctions",
44
version=read_version(),
45
- description="Open source library for develping data science workflows on AWS Step Functions.",
+ description="Open source library for developing data science workflows on AWS Step Functions.",
46
packages=find_packages("src"),
47
package_dir={"": "src"},
48
py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],
0 commit comments