sdwire 0.1.1__tar.gz → 0.1.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sdwire
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: CLI application to interact with Badgerd SDWire Gen2 devices
5
5
  License: GPL-3
6
6
  Author: Talha Can Havadar
@@ -1,11 +1,15 @@
1
1
  [tool.poetry]
2
2
  name = "sdwire"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "CLI application to interact with Badgerd SDWire Gen2 devices"
5
5
  authors = ["Talha Can Havadar <havadartalha@gmail.com>"]
6
6
  license = "GPL-3"
7
7
  readme = "README.md"
8
- packages = [{ include = "*", from = "src" }]
8
+ packages = [
9
+ { include = "constants.py", from = "sdwire" },
10
+ { include = "backend", from = "sdwire" },
11
+ { include = "sdwire" },
12
+ ]
9
13
 
10
14
  [tool.poetry.dependencies]
11
15
  python = "^3.12"
@@ -24,4 +28,4 @@ requires = ["poetry-core"]
24
28
  build-backend = "poetry.core.masonry.api"
25
29
 
26
30
  [tool.poetry.scripts]
27
- sdwire = "main:main"
31
+ sdwire = "sdwire:main.main"
File without changes
@@ -1 +0,0 @@
1
- print(__file__)
File without changes
File without changes
File without changes
File without changes