Skip to content

Commit

Permalink
Merge pull request #1 from LN-Zap/integrate-fork
Browse files Browse the repository at this point in the history
Integrate our own schwifty fork
  • Loading branch information
mrfelton authored Apr 18, 2024
2 parents 4e6aa1d + 7b7d416 commit f710ee6
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 189 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.PHONY: build test test-binary dist-linux dist-macos dist-windows

build:
pip install -r requirements.txt
pyinstaller --clean --noconfirm schwifty.spec

test:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ git clone https://github.com/LN-Zap/schwifty-cli.git
cd schwifty-cli
```

If you have [`devenv`](https://devenv.sh/) and [`direnv`](https://direnv.net/) setup, the Schwifty development environment should activate automatically on entering the project directory. If not, install those dependencies. Alternativly, install the Python and Poetry project dependencies.
If you have [`devenv`](https://devenv.sh/) and [`direnv`](https://direnv.net/) setup, the Schwifty development environment should activate automatically on entering the project directory. If not, install those dependencies. Alternativly, install the Python project dependencies.

## Build

Expand Down
1 change: 0 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
# https://devenv.sh/languages/
languages.python.enable = true;
languages.python.venv.enable = true;
languages.python.poetry.enable = true;

# https://devenv.sh/integrations/codespaces-devcontainer/
devcontainer.enable = true;
Expand Down
169 changes: 0 additions & 169 deletions poetry.lock

This file was deleted.

17 changes: 0 additions & 17 deletions pyproject.toml

This file was deleted.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
schwifty==2024.1.1.post0
schwifty @ git+https://github.com/LN-Zap/schwifty@8c88b005adb2c4ff799cbd3ceb3386e7d655ded9
pyinstaller==6.5.0

0 comments on commit f710ee6

Please sign in to comment.