File: disable_setuptools_scm_setting_version.patch

package info (click to toggle)
python-asciimatics 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,488 kB
  • sloc: python: 15,713; sh: 8; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 644 bytes parent folder | download
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',