From 4fa05ba9844629a690ce671c555902b9392dfe1c Mon Sep 17 00:00:00 2001 From: RemixDev Date: Fri, 29 May 2020 19:19:57 +0200 Subject: [PATCH] Fixed shebang in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3493852..2ac4cc9 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -#!/usr/env/bin python3 +#!/usr/bin/env python3 import pathlib from setuptools import find_packages, setup