Permalink
Showing
with
35 additions
and 4 deletions.
| @@ -0,0 +1,12 @@ | ||
| --- setup.py.orig 2019-04-10 21:00:32.000000000 -0400 | ||
| +++ setup.py 2019-04-10 21:00:39.000000000 -0400 | ||
| @@ -2,9 +2,6 @@ | ||
| import os | ||
| import re | ||
|
|
||
| -import ez_setup | ||
| -ez_setup.use_setuptools() | ||
| - | ||
| from setuptools import setup, Extension, find_packages | ||
|
|
||
|
|