issues
search
jazzband
/
django-redshift-backend
Redshift database backend for Django
Apache License 2.0
82
stars
47
forks
source link
modernize setup.cfg and pyproject.toml
#108
Closed
shimizukawa
closed
4 months ago
shimizukawa
commented
2 years ago
Description
setup.cfg
content should move into
pyproject.toml
77 is previous migration
Details
add
pyproject.toml
that is converted from setup.cfg
move
flake8
settings from
setup.cfg
to
tox.ini
because flake8 doesn't support pyproject.toml.
remove
setup.cfg
remove
setup.py
Description
setup.cfg
content should move intopyproject.toml
77 is previous migration
Details
pyproject.toml
that is converted from setup.cfgsetup.cfg
totox.ini
because flake8 doesn't support pyproject.toml.setup.cfg
setup.py