luarocks / hererocks

Python script for installing Lua/LuaJIT and LuaRocks into a local directory
MIT License
71 stars 12 forks source link

Add the most recent `Programming Language :: Python` classifiers to `setup.py` #18

Closed netzego closed 2 years ago

netzego commented 2 years ago

I needed to install hererocks package from AUR (Archlinux User Repositories). But it fails because of the classifiers. So i changed setup.py. Got the classifiers from here: https://pypi.org/pypi?%3Aaction=list_classifiers. Cheers and thx for the cool Repo!

hishamhm commented 2 years ago

@netzego thank you!