blob: 733e8d2971028128bbcb3f9a0aa93ed7732d232f (
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.12.0',
license="MIT license",
platforms=["unix", "linux", "osx", "win32"],
author="Holger Krekel",
|