blob: 5e42a72e42188e54661c33be869b8001af168b06 (
plain) (
tree)
|
|
--- 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',
|