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 47e034f commit fc74f10Copy full SHA for fc74f10
setup.py
@@ -85,9 +85,7 @@ def read_version():
85
description="Open source library for training and deploying models on Amazon SageMaker.",
86
packages=find_packages("src"),
87
package_dir={"": "src"},
88
- py_modules=[
89
- os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")
90
- ],
+ py_modules=[os.path.splitext(os.path.basename(path))[0] for path in glob("src/*.py")],
91
include_package_data=True,
92
long_description=read("README.rst"),
93
author="Amazon Web Services",
0 commit comments