Skip to content

Commit

Permalink
renamed package to replace dash for underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHR committed Mar 31, 2022
1 parent 3466bfa commit 2279713
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion launcher.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
cd $WORKDIR

. ./venv/bin/activate
python diematic-server/diematic.py start
python diematic_server/diematic.py start
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
long_description = long_description_f.read()

setuptools.setup(
name = 'diematic-server',
name = 'diematic_server',
version = '1.1',
description = 'Unix daemon and supporting models for publishing data from Diematic DeDietrich boiler',
long_description = long_description,
long_description_content_type = 'text/markdown; charset=UTF-8',
author = 'Ignacio Hernández-Ros',
author_email = '[email protected]',
packages = ['diematic-server'],
packages = ['diematic_server'],
license='MIT',
url = 'https://github.com/IgnacioHR/diematic-server',
download_url = 'https://github.com/IgnacioHR/diematic-server/archive/refs/tags/v1.1.tar.gz',
url = 'https://github.com/IgnacioHR/diematic_server',
download_url = 'https://github.com/IgnacioHR/diematic_server/archive/refs/tags/v1.2.tar.gz',
keywords = ['python', 'home-automation', 'iot', 'influxdb', 'restful', 'modbus', 'de-dietrich', 'diematic'],
install_requires=[
'certifi',
Expand Down

0 comments on commit 2279713

Please sign in to comment.