Skip to content

Commit

Permalink
pypi patches, logo change and makefile cmd edits
Browse files Browse the repository at this point in the history
  • Loading branch information
krypticmouse committed May 20, 2024
1 parent feb35aa commit 7d04612
Show file tree
Hide file tree
Showing 4 changed files with 1,319 additions and 14 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Define variables
PYTHON = python3
PIP = pip3
Expand All @@ -8,7 +7,7 @@ PYTEST = pytest
MKDOCS = mkdocs

# Define targets
.PHONY: all lint type-check test docs clean
.PHONY: all lint type-check test build-docs serve-docs clean

all: lint fix type-check test

Expand Down
Binary file modified imgs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7d04612

Please sign in to comment.