switch to setuptools
This commit is contained in:
parent
447c4105b7
commit
152d3b7818
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
|
||||||
|
|
||||||
setup(name='float_raster',
|
setup(name='float_raster',
|
||||||
version='0.1',
|
version='0.1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue