fix import and switch to setuptools
This commit is contained in:
parent
77f36206f9
commit
ff6c4f71c1
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
from distutils.core import setup
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
setup(name='masque',
|
setup(name='masque',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue