|
|
@@ -6,15 +6,6 @@ |
|
|
|
# Then just package it up: |
|
|
|
# python setup.py sdist |
|
|
|
|
|
|
|
# This is supposed to be using Distribute: |
|
|
|
# |
|
|
|
# distutils provides a "setup" method. |
|
|
|
# setuptools is a set of monkeypatches on top of that. |
|
|
|
# distribute is a particular version/implementation of setuptools. |
|
|
|
# |
|
|
|
# So we don't really know if this is using the old setuptools or the |
|
|
|
# Distribute-provided version of setuptools. |
|
|
|
|
|
|
|
import traceback |
|
|
|
import sys |
|
|
|
import os |
|
|
@@ -109,7 +100,7 @@ setup(name='nilmdb', |
|
|
|
'coverage', |
|
|
|
'numpy', |
|
|
|
], |
|
|
|
setup_requires = [ 'distribute', |
|
|
|
setup_requires = [ 'setuptools', |
|
|
|
], |
|
|
|
install_requires = [ 'decorator', |
|
|
|
'cherrypy >= 3.2', |
|
|
|