containers / udica

This repository contains a tool for generating SELinux security profiles for containers
GNU General Public License v3.0
478 stars 47 forks source link

Add --version command-line argument #67

Closed WOnder93 closed 4 years ago

WOnder93 commented 4 years ago

Create a sub-module to store the version string and use it both in setup.py (to set version in package metadata) and in main.py (to implement the --version command-line argument).

Fixes: https://github.com/containers/udica/issues/66

wrabcak commented 4 years ago

LGTM.