Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nikteliy committed Aug 3, 2023
1 parent cc7e971 commit 17641a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Documentation = "https://python-snap7.readthedocs.io/en/latest/"
[project.optional-dependencies]
test = ["pytest", "pytest-asyncio", "mypy", "pycodestyle", "types-setuptools"]
cli = ["rich", "click" ]
docs= ["sphinx", "sphinx_rtd_theme"]
doc = ["sphinx", "sphinx_rtd_theme"]

[tool.setuptools.package-data]
snap7 = ["py.typed", "lib/libsnap7.so", "lib/snap7.dll", "lib/libsnap7.dylib"]
Expand Down

0 comments on commit 17641a3

Please sign in to comment.