From 0bae6c2fab2cfb31eee06d70c73de77b4f0e4982 Mon Sep 17 00:00:00 2001 From: Lei Shi Date: Thu, 14 Oct 2021 09:33:30 +0200 Subject: [PATCH] remove setuptool_scm and toml from setup.py --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index bffc6e5..e9bf0d1 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,5 @@ #!/usr/bin/env python from setuptools import setup, find_packages -import setuptools_scm # noqa: F401 -import toml # noqa: F401 setup( name="Differential",