Its-Haze / league-rpc

Just a better Rich Presence for League of Legends. Showcasing Live Game Stats, Summoner Icons, Rank Emblems and Champion Skins on Discord.
GNU General Public License v3.0
28 stars 6 forks source link

Add pyproject.toml #15

Closed davispuh closed 10 months ago

davispuh commented 11 months ago

This allows to easily package/install it

$ python -m build --wheel --no-isolation
$ python -m installer --destdir=$DEST dist/*.whl

There are many different build backends you can use but setuptools is well known "default" choice. You can switch to any other if you like them better etc.

See:

TheFeelTrain commented 11 months ago

I will update the PKGBUILD once this is merged