Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
windreamer committed Nov 18, 2016
1 parent 779ca65 commit 0ebd07d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
10 changes: 0 additions & 10 deletions peteris.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -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',
Expand Down

0 comments on commit 0ebd07d

Please sign in to comment.