ulif / diceware

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

old setuptools install method is deprecated #96

Closed netzego closed 12 months ago

netzego commented 12 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`.
********************************************************************************