From 4c1bda567f26548451082754681c7d93564002bb Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Thu, 23 Jun 2022 13:29:45 +0100 Subject: [PATCH] Remove setuptools-scm. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2772cbc..2aa488f 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,7 @@ if __name__ == "__main__": setup( name = 'dot-restrict-scopes', - setup_requires = ['setuptools_scm'], - use_scm_version = True, + version = "1.0.0", description = 'Django OAuth Toolkit extension to restrict the scopes available for an application.', long_description = README, classifiers = [