Skip to content

Commit 9f4d0d5

Browse files
LuAPialexcjohnson
andauthored
Fix filename in setup.py
Co-Authored-By: alexcjohnson <[email protected]>
1 parent 84729c4 commit 9f4d0d5

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-info.json')) as f:
6+
with open('package.json') as f:
77
package = json.load(f)
88

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

0 commit comments

Comments
 (0)