GUI editor to tame mod_security rules

⌈⌋ ⎇ branch:  modseccfg


Artifact [5046f955f6]

Artifact 5046f955f608a3ca14d634c5cfde609d3d00fb95bcf6c49cb5277279c9a17c26:

  • File Makefile — part of check-in [8e624a20d3] at 2020-11-20 14:28:48 on branch trunk — Type and description changes in crsoptions. Release as 0.3.0 (user: mario size: 257)

run:
	./g.py

setup:
	pandoc README.md -o README.rst
	version --read modseccfg/__init__.py --write modseccfg/mainwindow.py
	python3 setup.py bdist_wheel
	rm -r modseccfg.egg-info

upload: setup
	python3 setup.py bdist_wheel upload
	rm -r modseccfg.egg-info