mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-24 10:03:44 +03:00
Remove deprecated EZ setup
This commit is contained in:
parent
95fafe5e0f
commit
033ee8f483
10
setup.py
10
setup.py
|
@ -1,14 +1,8 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
try:
|
||||
from setuptools import setup, find_packages
|
||||
except ImportError:
|
||||
from ez_setup import use_setuptools
|
||||
use_setuptools()
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
here = os.path.dirname(os.path.abspath(__file__))
|
||||
f = open(os.path.join(here, 'README.rst'))
|
||||
|
|
Loading…
Reference in New Issue
Block a user