Skip to content

Commit 5125c0f

Browse files
authored
Update setup.py
1 parent 3bf4823 commit 5125c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
pkg_json = json.loads((HERE / "package.json").read_bytes())
6262

6363
setup_args = dict(
64-
name=package,
64+
name=name,
6565
version=pkg_json["version"],
6666
url=pkg_json["homepage"],
6767
author=pkg_json["author"]["name"],

0 commit comments

Comments
 (0)