Add docstring to setup.py

This commit is contained in:
Luke Tainton 2022-06-25 21:56:08 +01:00
parent 33b59706ea
commit 751572bb34
No known key found for this signature in database
GPG Key ID: ABEE10849773E353

View File

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