From 710b4270c2ef8b90ba82c960c3087e046fe0a654 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Lemieux Perreault Date: Fri, 19 May 2023 13:37:44 -0400 Subject: [PATCH] Fixed docstring placement... --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 21375ea..18e3b94 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ -"""Setup.""" #!/usr/bin/env python +"""Setup.""" # How to build source distribution # - python setup.py sdist --format bztar