From 751572bb348fa9b2f6c7051bc214a468287b7b6c Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 25 Jun 2022 21:56:08 +0100 Subject: [PATCH] Add docstring to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 341fe27..5bd8f6d 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,7 @@ +#!/usr/bin/env python3 + +"""SETUP: Build application .whl file.""" + from setuptools import setup from app._version import VERSION