1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
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',
|