Skip to content

Commit

Permalink
Removing legacy version info
Browse files Browse the repository at this point in the history
  • Loading branch information
andylockran committed Jan 28, 2024
1 parent 9a2949b commit ceeb5d5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
11 changes: 8 additions & 3 deletions heatmiserV3.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
Metadata-Version: 2.1
Name: heatmiserV3
Version: 1.1.14
Version: 1.2.2
Summary: A library to interact with Heatmiser Themostats using V3
Home-page: https://github.com/andylockran/heatmiserV3
Download-URL: https://github.com/andylockran/heatmiserV3/tarball/1.1.0
Download-URL: https://github.com/andylockran/heatmiserV3/tarball/1.2.2
Author: Andy Loughran
Author-email: [email protected]
Keywords: v3,thermostat,heatmiser,prt,serial,uh1
Provides-Extra: testing
License-File: LICENSE.TXT
Requires-Dist: pyserial
Requires-Dist: pyserial-asyncio
Requires-Dist: pyyaml
Requires-Dist: mock
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
3 changes: 2 additions & 1 deletion heatmiserV3.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ heatmiserV3.egg-info/PKG-INFO
heatmiserV3.egg-info/SOURCES.txt
heatmiserV3.egg-info/dependency_links.txt
heatmiserV3.egg-info/requires.txt
heatmiserV3.egg-info/top_level.txt
heatmiserV3.egg-info/top_level.txt
tests/test_heatmiser.py
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@
setup(
name="heatmiserV3",
packages=["heatmiserV3"], # this must be the same as the name above
version="1.2.2",
description="A library to interact with Heatmiser Themostats using V3",
author="Andy Loughran",
author_email="[email protected]",
tests_require=["pytest", "pylint", "flake8"],
data_files=[("config", ["heatmiserV3/config.yml"])],
include_package_data=True,
url="https://github.com/andylockran/heatmiserV3",
download_url="https://github.com/andylockran/heatmiserV3/tarball/1.2.2",
keywords=["v3", "thermostat", "heatmiser", "prt", "serial", "uh1"],
test_suite="tests.test_heatmiser",
classifiers=[],
Expand Down

0 comments on commit ceeb5d5

Please sign in to comment.