Skip to content

Commit

Permalink
build: simplify requirements documents
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Nov 25, 2024
1 parent ddf2acf commit 1d953a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@ pipeline {
-PackageMaintainer \"${props.maintainers[0].name}\" `
-Wheel ${it.path} `
-DependenciesDir '.\\deps' `
-Requirements '.\\requirements-freeze.txt' `
-Requirements '.\\requirements-gui.txt' `
-DocsDir '.\\dist\\docs'
"""
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<files>
<file src="tools\**" target="tools" />
<file src="[[InstallerFile]]" target="tools\[[InstallerFile]]" />
<file src="requirements.txt" target="tools\dist\requirements.txt" />
<file src="requirements-gui.txt" target="tools\dist\requirements.txt" />
<file src="deps\**" target="tools\dist\deps" />
<file src="docs\*.pdf" target="tools\documentation" />
</files>
Expand Down

0 comments on commit 1d953a8

Please sign in to comment.