Skip to content

Commit 73f723b

Browse files
committed
update pypi package
1 parent 102fca9 commit 73f723b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
*.egg-info/
12
*.pyc
23
.cache
34
__pycache__

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
from setuptools import setup
22

33
setup(
4-
name = 'pynuheat',
5-
packages = ['pynuheat'],
4+
name = 'nuheat',
5+
packages = ['nuheat'],
66
version = '0.1.1',
77
description = 'A Python library that allows control of connected radiant floor thermostats.',
88
author = 'Derek Brooks',
99
author_email = '[email protected]',
1010
url = 'https://github.com/broox/python-nuheat',
11+
license = 'MIT'
1112
keywords = ['nuheat', 'thermostat', 'home automation', 'python'],
1213
classifiers = [],
1314
)

0 commit comments

Comments
 (0)