Skip to content

Commit 694a277

Browse files
author
sanjay
committed
Initial version
1 parent fc2e287 commit 694a277

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

pymodbus_repl/__init__.py

Whitespace-only changes.

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[tool.poetry]
2+
name = "pymodbus-repl"
3+
version = "0.1.0"
4+
description = ""
5+
authors = ["sanjay <sanjay@turntide.com>"]
6+
readme = "README.md"
7+
8+
[tool.poetry.dependencies]
9+
python = "^2.7"
10+
11+
12+
[build-system]
13+
requires = ["poetry-core"]
14+
build-backend = "poetry.core.masonry.api"

tests/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)