Skip to content

Commit

Permalink
Move things around again
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 13, 2024
1 parent e017520 commit 7ee3465
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: JackMcKew/pyinstaller-action-windows@python3-10-pyinstaller-5-3
with:
path: src
spec: nndownload.spec
spec: nndownload.spec
requirements: requirements.txt
- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open("README.md", "r") as description_file:
long_description = description_file.read()

with open("requirements.txt", "r") as requirements_file:
with open("src/requirements.txt", "r") as requirements_file:
requirements = requirements_file.read().split("\n")

ver_path = convert_path("src/nndownload.py")
Expand Down
2 changes: 1 addition & 1 deletion nndownload.spec → src/nndownload.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


a = Analysis(
['src/nndownload.py'],
['nndownload.py'],
pathex=[],
binaries=[],
datas=[],
Expand Down
File renamed without changes.

0 comments on commit 7ee3465

Please sign in to comment.