summaryrefslogtreecommitdiff
path: root/user/py3-pluggy/scm.patch
blob: 5e42a72e42188e54661c33be869b8001af168b06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- pluggy-0.7.1/setup.py	2018-07-28 22:45:12.000000000 +0000
+++ pluggy-0.7.1/setup.py	2018-10-11 04:54:18.590233336 +0000
@@ -24,10 +24,7 @@
         name='pluggy',
         description='plugin and hook calling mechanisms for python',
         long_description=long_description,
-        use_scm_version={
-            'write_to': 'pluggy/_version.py',
-        },
-        setup_requires=['setuptools-scm'],
+        version='0.7.1',
         license='MIT license',
         platforms=['unix', 'linux', 'osx', 'win32'],
         author='Holger Krekel',