We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 567d253 commit 84729c4Copy full SHA for 84729c4
{{cookiecutter.project_shortname}}/setup.py
@@ -3,7 +3,7 @@
3
from setuptools import setup
4
5
6
-with open(os.path.join('{{cookiecutter.project_shortname}}', 'package.json')) as f:
+with open(os.path.join('{{cookiecutter.project_shortname}}', 'package-info.json')) as f:
7
package = json.load(f)
8
9
package_name = package["name"].replace(" ", "_").replace("-", "_")
0 commit comments