oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.29k stars 739 forks source link

get rid of setup.py #4466

Closed vladak closed 8 months ago

vladak commented 8 months ago

This change adapts the Python-based tooling to modern(ish?) times by getting rid of setup.py altogether. Nothing complicated: setuptools is still used, the tests are run via tox.