diff options
Diffstat (limited to 'Lib/setuptools/command/bdist_rpm.py')
-rwxr-xr-x | Lib/setuptools/command/bdist_rpm.py | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/Lib/setuptools/command/bdist_rpm.py b/Lib/setuptools/command/bdist_rpm.py index 1a0b048..00e07ac 100755 --- a/Lib/setuptools/command/bdist_rpm.py +++ b/Lib/setuptools/command/bdist_rpm.py @@ -35,34 +35,3 @@ class bdist_rpm(_bdist_rpm): ] spec.insert(spec.index(line24)+1, "%define unmangled_version "+version) return spec - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |