We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f988ac + d525efd commit 42a2fa0Copy full SHA for 42a2fa0
rocket/rocket.py
@@ -158,7 +158,7 @@ def _build_and_deploy(
158
if glob_paths is not None:
159
files.update(gather_glob_paths(glob_paths))
160
161
- project_files = ["setup.py", "pyproject.toml"]
+ project_files = ["setup.py", "pyproject.toml", "README.md"]
162
for project_file in project_files:
163
if os.path.exists(f"{project_location}/{project_file}"):
164
files.add(f"{project_location}/{project_file}")
0 commit comments