Skip to content

Commit 42a2fa0

Browse files
authored
Merge pull request #52 from getyourguide/Morena1996-patch-1
Update rocket.py
2 parents 0f988ac + d525efd commit 42a2fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocket/rocket.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _build_and_deploy(
158158
if glob_paths is not None:
159159
files.update(gather_glob_paths(glob_paths))
160160

161-
project_files = ["setup.py", "pyproject.toml"]
161+
project_files = ["setup.py", "pyproject.toml", "README.md"]
162162
for project_file in project_files:
163163
if os.path.exists(f"{project_location}/{project_file}"):
164164
files.add(f"{project_location}/{project_file}")

0 commit comments

Comments
 (0)