fishtest icon indicating copy to clipboard operation
fishtest copied to clipboard

fishtest Pyramid project files outdated

Open ppigazzini opened this issue 3 years ago • 2 comments

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.

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

ppigazzini avatar Feb 14 '22 17:02 ppigazzini

Fast fix to work with latest setuptools #1281

ppigazzini avatar Feb 14 '22 17:02 ppigazzini