certtools / intelmq-manager

IntelMQ Manager is a graphical interface to manage configurations for IntelMQ framework.
https://docs.intelmq.org/latest/user/manager/
102 stars 56 forks source link

Remove the custom sdist command and run the html build every time #228

Closed ghost closed 3 years ago

ghost commented 3 years ago

As it turns out, overriding the sdist command of setuptools is not the best way to build the html files, because it is not used when building a binary package- thats done without generating a source before. Therefore the html build stage is now done in setup.py on any run.