Skip to content

Commit

Permalink
removed pkg-resources from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnacioHR committed Mar 31, 2022
1 parent 81e0470 commit 3466bfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ docutils==0.18
idna==2.10
influxdb==5.2.3
lockfile==0.12.2
pkg-resources==0.0.0
pymodbus==2.2.0
pyserial==3.5
python-daemon==2.3.0
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name = 'diematic-server',
version = '1.0',
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',
Expand All @@ -16,7 +16,7 @@
packages = ['diematic-server'],
license='MIT',
url = 'https://github.com/IgnacioHR/diematic-server',
download_url = 'https://github.com/IgnacioHR/diematic-server/archive/refs/tags/1.0.tar.gz',
download_url = 'https://github.com/IgnacioHR/diematic-server/archive/refs/tags/v1.1.tar.gz',
keywords = ['python', 'home-automation', 'iot', 'influxdb', 'restful', 'modbus', 'de-dietrich', 'diematic'],
install_requires=[
'certifi',
Expand All @@ -26,7 +26,6 @@
'idna',
'influxdb',
'lockfile',
'pkg-resources',
'pymodbus',
'pyserial',
'python-daemon',
Expand Down

0 comments on commit 3466bfa

Please sign in to comment.