diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 08:14:50 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2019-09-23 08:14:50 +0200 |
commit | 6dcd8edc69fd405164f09589d8316cf302da571a (patch) | |
tree | 9452fde7735291e044475c49ed9f6d7ea58be0a0 /setup.py | |
parent | c27664f80963a07659d09873a6f9175b725438bf (diff) | |
download | ShellyPy-6dcd8edc69fd405164f09589d8316cf302da571a.tar.gz ShellyPy-6dcd8edc69fd405164f09589d8316cf302da571a.zip |
release 0.1.20.1.2
add UTF-8 encoding to setup header
rename shelly.py to wrapper.py to get rid of any confusion between Shelly and shelly
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- import setuptools import re |