summaryrefslogtreecommitdiff
path: root/user/py3-pluggy/scm.patch
blob: b96f0720af2de6751d5293f7421ba1cd645f9ba3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- pluggy-0.12.0/setup.py	2019-05-27 16:19:53.000000000 -0400
+++ pluggy-0.12.0/setup.py	2019-08-06 04:29:39.930173285 -0400
@@ -29,8 +29,7 @@ def main():
         name="pluggy",
         description="plugin and hook calling mechanisms for python",
         long_description=long_description,
-        use_scm_version={"write_to": "src/pluggy/_version.py"},
-        setup_requires=["setuptools-scm"],
+        version='0.13.0',
         license="MIT license",
         platforms=["unix", "linux", "osx", "win32"],
         author="Holger Krekel",