File: dont-use-setuptools-scm.patch

package info (click to toggle)
lazy-object-proxy 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 392 kB
  • sloc: python: 2,051; ansic: 983; makefile: 10
file content (24 lines) | stat: -rw-r--r-- 589 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
22
23
24
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,3 @@
-[options]
-setup_requires = 
-	setuptools_scm>=3.3.1
-
 [flake8]
 max-line-length = 140
 exclude = .tox,.eggs,ci/templates,build,dist
--- a/setup.py
+++ b/setup.py
@@ -64,11 +64,6 @@ def read(*names, **kwargs):
 
 setup(
     name='lazy-object-proxy',
-    use_scm_version={
-        'local_scheme': 'dirty-tag',
-        'write_to': 'src/lazy_object_proxy/_version.py',
-        'fallback_version': '1.5.2',
-    },
     license='BSD-2-Clause',
     description='A fast and thorough lazy object proxy.',
     long_description='%s\n%s' % (