Codebase list flask-wtf / f50e1b4
Remove rm -rf Flask_WTF.egg-info from d/rules. The new doc system (especially docs/conf.py) uses get_distribution to resolve the module version. This requires PKG-INFO otherwise the distribution can't be found and the doc build fails. Adrian Vondendriesch 6 years ago
1 changed file(s) with 0 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1313 dh_auto_build
1414 cd docs && rm license.rst
1515 cd docs && PYTHONPATH=$(CURDIR)/ make html
16
17 override_dh_auto_clean:
18 dh_auto_clean
19 rm -rf Flask_WTF.egg-info
20