Skip to content

Commit

Permalink
Merge pull request #17 from hx2A/python39
Browse files Browse the repository at this point in the history
Python 3.9
  • Loading branch information
hx2A authored Jul 20, 2024
2 parents b5d6647 + 0bfa4a8 commit 4fc6b8c
Show file tree
Hide file tree
Showing 23 changed files with 61 additions and 24,292 deletions.
2 changes: 0 additions & 2 deletions .coveragerc

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

28 changes: 0 additions & 28 deletions .eslintrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

4 changes: 0 additions & 4 deletions .prettierignore

This file was deleted.

7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
py5jupyter_ts = $(shell find src/ -name "*.ts")
py5jupyter_py = $(shell find py5jupyter/ -name "*.py")
py5jupyter_build = dist/
py5jupyter_installed = .install_py5jupyter.nogit

all: install

# YOU MUST INITIALIZE NPM BEFORE ATTEMPTING TO RUN THE BUILD
init:
npm install

build: $(py5jupyter_build)
$(py5jupyter_build): $(py5jupyter_ts) $(py5jupyter_py)
$(py5jupyter_build): $(py5jupyter_py)
hatch build
touch $(py5jupyter_build)

Expand Down
13 changes: 0 additions & 13 deletions babel.config.js

This file was deleted.

12 changes: 0 additions & 12 deletions codecov.yml

This file was deleted.

5 changes: 0 additions & 5 deletions install.json

This file was deleted.

16 changes: 0 additions & 16 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 4fc6b8c

Please sign in to comment.