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