Open ppigazzini opened 2 years ago
The fishtest Pyramid project files are now a bit outdated with respect to those created with the latest Pyramid cookiecutter https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html
The latest version of setuptools (60.9.0) just released doesn't work with our setup.py format.
setuptools
setup.py
python3 -m venv env env/bin/python3 -m pip install --upgrade pip env/bin/python3 -m pip install --upgrade cookiecutter env/bin/python3 -m pip cookiecutter gh:Pylons/pyramid-cookiecutter-starter
Fast fix to work with latest setuptools #1281
I guess this is fixed by now. Can be closed.
The fishtest Pyramid project files are now a bit outdated with respect to those created with the latest Pyramid cookiecutter https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html
The latest version of
setuptools
(60.9.0) just released doesn't work with oursetup.py
format.