You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

10 lines
178 B

  1. #!/usr/bin/python
  2. from distutils.core import setup
  3. setup(name = 'nilmdb',
  4. version = '1.0',
  5. scripts = [ 'bin/nilm-test.py' ],
  6. packages = [ 'nilmdb' ],
  7. )