File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The repackaged artifacts are published as the [node-js PyPI package][pypi].
99[ nodejsdl ] : https://nodejs.org/en/download/
1010[ wheel ] : https://github.com/pypa/wheel
1111[ pkgreadme ] : README.pypi.md
12- [ pypi ] : https://pypi.org/project/node-js /
12+ [ pypi ] : https://pypi.org/project/nodejs-bin /
1313
1414This tool is based on the work of the creators of the [ Zig language] [ ziglang ] , see [ the original] [ basedon ] . Thank you!
1515
Original file line number Diff line number Diff line change @@ -5,29 +5,29 @@ Node.js PyPI distribution
55
66** Note: this is an unofficial Node.js distribution.**
77
8- The [ node-js ] [ pypi ] Python package redistributes Node.js so that it can be used as a dependency of Python projects.
8+ The [ nodejs-bin ] [ pypi ] Python package redistributes Node.js so that it can be used as a dependency of Python projects.
99
1010** This is intended for use within Python virtual environments and containers, it should probably not be used for global instillation.**
1111
1212This PyPI distribution is provided by < https://github.com/samwillis/nodejs-pypi > .
1313
1414[ nodejs ] : https://nodejs.org/
15- [ pypi ] : https://pypi.org/project/node-js /
15+ [ pypi ] : https://pypi.org/project/nodejs-bin /
1616
1717Usage
1818-----
1919
2020To install:
2121
2222``` shell
23- pip install node-js
23+ pip install nodejs-bin
2424```
2525
2626To run Node.js from the command line, use:
2727
2828``` shell
2929python -m nodejs
30- # or
30+ # or (see below)
3131node
3232```
3333
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def main():
146146 description = f .read ()
147147
148148 return write_wheel (out_dir ,
149- name = 'node-js ' ,
149+ name = 'nodejs-bin ' ,
150150 version = version ,
151151 tag = f'py3-none-{ platform } ' ,
152152 metadata = {
You can’t perform that action at this time.
0 commit comments