From 0ebd07d999ede2f3aa780f8d110c7325db9d0332 Mon Sep 17 00:00:00 2001 From: tianzhongbo Date: Fri, 18 Nov 2016 12:31:31 +0800 Subject: [PATCH] update setup.py --- peteris.yaml | 10 ---------- setup.py | 5 ----- 2 files changed, 15 deletions(-) delete mode 100644 peteris.yaml diff --git a/peteris.yaml b/peteris.yaml deleted file mode 100644 index 35c82e9..0000000 --- a/peteris.yaml +++ /dev/null @@ -1,10 +0,0 @@ -- job: - name: columnar - scm: - - git: - branches: - - master - skip-tag: True - url: http://github.intra.douban.com/coresys/pyquicklz.git - builders: - - shell: tox diff --git a/setup.py b/setup.py index 4a51f89..f0a3130 100644 --- a/setup.py +++ b/setup.py @@ -1,11 +1,6 @@ #!/usr/bin/env python import sys from setuptools import setup, Extension - -if sys.version_info.major < 3 and 'setuptools.extension' in sys.modules: - m = sys.modules['setuptools.extension'] - m.Extension.__dict__ = m._Extension.__dict__ - setup( name='quicklz', version='1.4.1',