mirror of
https://github.com/Hopiu/wagtail-modeltranslation.git
synced 2026-03-16 22:10:30 +00:00
Update setup.py
Move from distutils to setuptools so that ```python setup.py develop``` can be used.
This commit is contained in:
parent
2135d7d081
commit
ebfd3a67dc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name='wagtail-modeltranslation',
|
||||
|
|
|
|||
Loading…
Reference in a new issue