Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Remove setuptools-scm.
Browse files Browse the repository at this point in the history
  • Loading branch information
amanning9 committed Jun 23, 2022
1 parent 7090f30 commit 4c1bda5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4c1bda5

Please sign in to comment.