Skip to content

Commit 0425a30

Browse files
committed
Use default version in ez_setup which is greater than 0.7.0
Fixes #12
1 parent f65ae0e commit 0425a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
from ez_setup import use_setuptools
3-
use_setuptools("0.7.0")
3+
use_setuptools()
44

55
from setuptools import setup, find_packages
66

0 commit comments

Comments
 (0)