Open nicolaskruchten opened 6 years ago
Actually, there's no need to read the package.json
in setup.py
, should just take the name from the cookiecutter variable. There's also an issue with reading the package.json on centos: https://github.com/plotly/dash-table/pull/184
It's actually really nice that setup.py
reads the current version from package.json
...
Oh I missed that, yea just read the root then and cast str(package_name).
I think that the second
package.json
is exteraneous, the one at/{{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}/package.json
.It's being read from
setup.py
but I think thatsetup.py
should read the/{{cookiecutter.project_shortname}}/package.json
instead, no?