Skip to content

Commit 4fc6b8c

Browse files
authored
Merge pull request #17 from hx2A/python39
Python 3.9
2 parents b5d6647 + 0bfa4a8 commit 4fc6b8c

23 files changed

+61
-24292
lines changed

.coveragerc

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

.npmignore

Lines changed: 0 additions & 7 deletions
This file was deleted.

.prettierignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
1-
py5jupyter_ts = $(shell find src/ -name "*.ts")
21
py5jupyter_py = $(shell find py5jupyter/ -name "*.py")
32
py5jupyter_build = dist/
43
py5jupyter_installed = .install_py5jupyter.nogit
54

65
all: install
76

8-
# YOU MUST INITIALIZE NPM BEFORE ATTEMPTING TO RUN THE BUILD
9-
init:
10-
npm install
11-
127
build: $(py5jupyter_build)
13-
$(py5jupyter_build): $(py5jupyter_ts) $(py5jupyter_py)
8+
$(py5jupyter_build): $(py5jupyter_py)
149
hatch build
1510
touch $(py5jupyter_build)
1611

babel.config.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

codecov.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

install.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)