Update setup.py

Move from distutils to setuptools so that ```python setup.py develop``` can be used.
This commit is contained in:
Stuart Axon 2018-02-28 11:06:05 +00:00 committed by GitHub
parent 2135d7d081
commit ebfd3a67dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup
setup(
name='wagtail-modeltranslation',