Skip to content

Commit 691aa38

Browse files
committed
Change package name to nodejs0bin
1 parent d204912 commit 691aa38

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1414
This tool is based on the work of the creators of the [Zig language][ziglang], see [the original][basedon]. Thank you!
1515

README.pypi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1212
This 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

1717
Usage
1818
-----
1919

2020
To install:
2121

2222
```shell
23-
pip install node-js
23+
pip install nodejs-bin
2424
```
2525

2626
To run Node.js from the command line, use:
2727

2828
```shell
2929
python -m nodejs
30-
# or
30+
# or (see below)
3131
node
3232
```
3333

make_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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={

0 commit comments

Comments
 (0)