Description: Disable using setuptools-scm to set version

Author: Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>

Forwarded: not-needed

diff --git a/setup.py b/setup.py
index 02cfaef..7841f34 100644
--- a/setup.py
+++ b/setup.py
@@ -21,10 +21,6 @@ long_description = "\n".join(long_description)
 
 setup(
     name='asciimatics',
-    use_scm_version={
-        "write_to": "asciimatics/version.py",
-        "local_scheme": "no-local-version"
-    },
     description='A cross-platform package to replace curses (mouse/keyboard '
                 'input & text colours/positioning) and create ASCII '
                 'animations',
