Browse Source

Update git URL

tags/nilmdb-2.0.1^0
Jim Paris 2 years ago
parent
commit
0222dfebf0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      setup.py

+ 2
- 2
setup.py View File

@@ -4,7 +4,7 @@
# git tag -a nilmdb-1.1 -m "Version 1.1"
# git push --tags
# Then just package it up:
# python setup.py sdist
# python3 setup.py sdist

import sys
import os
@@ -36,7 +36,7 @@ install_requires = open('requirements.txt').readlines()
setup(name='nilmdb',
version = versioneer.get_version(),
cmdclass = versioneer.get_cmdclass(),
url = 'https://git.jim.sh/jim/lees/nilmdb.git',
url = 'https://git.jim.sh/nilm/nilmdb.git',
author = 'Jim Paris',
description = "NILM Database",
long_description = "NILM Database",


Loading…
Cancel
Save