Skip to content

Commit 84729c4

Browse files
authored
Fix filename in setup.py
1 parent 567d253 commit 84729c4

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.project_shortname}}

1 file changed

+1
-1
lines changed

{{cookiecutter.project_shortname}}/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55

6-
with open(os.path.join('{{cookiecutter.project_shortname}}', 'package.json')) as f:
6+
with open(os.path.join('{{cookiecutter.project_shortname}}', 'package-info.json')) as f:
77
package = json.load(f)
88

99
package_name = package["name"].replace(" ", "_").replace("-", "_")

0 commit comments

Comments
 (0)