lincolnloop / python-qrcode

Python QR Code image generator
https://pypi.python.org/pypi/qrcode
Other
4.34k stars 664 forks source link

Use underscore keys to fix setuptools warning #229

Closed mgorny closed 3 years ago

mgorny commented 3 years ago

Fix the following setuptools warning:

/usr/lib/python3.10/site-packages/setuptools/dist.py:691: UserWarning: Usage of dash-separated 'console-scripts' will not be supported in future versions. Please use the underscore name 'console_scripts' instead