Skip to content

Commit

Permalink
refactor: use js2py-wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
simontaurus committed Oct 27, 2024
1 parent c5668ff commit 92f9b75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ template({ "name": "Jane" })
```bash
pip install -e .[dev]
```

### Test
```bash
pytest
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"License :: OSI Approved :: MIT License",
]
dependencies = [
"js2py",
"js2py-wheel",
]
[project.optional-dependencies]
dev = [
Expand Down

0 comments on commit 92f9b75

Please sign in to comment.