ulif / diceware

Passphrases to remember
GNU General Public License v3.0
354 stars 45 forks source link

fix deprecated setuptool install method #97

Open netzego opened 10 months ago

netzego commented 10 months ago

had some trouble to install your nice package via pacman (archlinux). didn't had much time. but this pr works. consider it as starting point. you might only need to put all your metadata back in -- as i deleted some of it, for a poc/dirty working version. cheers and thx.

/usr/lib/python3.11/site-packages/setuptools/__init__.py:84: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated.

[...]

********************************************************************************
Requirements should be satisfied by a PEP 517 installer.
If you are using pip, you can try `pip install --use-pep517`.
********************************************************************************

[...]