From dcdf6242eca3c04777cbd5b9647e6b44291fcf77 Mon Sep 17 00:00:00 2001 From: kelle Date: Wed, 11 Sep 2024 23:39:49 -0400 Subject: [PATCH] remove setuptools --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index d3c57a6..bb6ef56 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,4 @@ #!/usr/bin/env python -from setuptools import setup, find_packages, Extension, Command # allows you to build sphinx docs from the package # main directory with "python setup.py build_sphinx"