Add docstring to setup.py

This commit is contained in:
2022-06-25 21:56:08 +01:00
parent 33b59706ea
commit 751572bb34

View File

@ -1,3 +1,7 @@
#!/usr/bin/env python3
"""SETUP: Build application .whl file."""
from setuptools import setup
from app._version import VERSION