Skip to content

Commit 0dcce7b

Browse files
authored
we dont need enum_tools.autoenum (#548)
1 parent cd9096f commit 0dcce7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Add any Sphinx extension module names here, as strings. They can be extensions
2929
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
30-
extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.viewcode", "sphinx.ext.napoleon", "enum_tools.autoenum"]
30+
extensions = ["sphinx.ext.autodoc", "sphinx.ext.coverage", "sphinx.ext.viewcode", "sphinx.ext.napoleon"]
3131

3232
# Add any paths that contain templates here, relative to this directory.
3333
templates_path = ["_templates"]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "python-snap7"
7-
version = "2.0.1"
7+
version = "2.0.2"
88
description = "Python wrapper for the snap7 library"
99
readme = "README.rst"
1010
authors = [
@@ -35,7 +35,7 @@ Documentation = "https://python-snap7.readthedocs.io/en/latest/"
3535
[project.optional-dependencies]
3636
test = ["pytest", "mypy", "types-setuptools", "ruff", "tox", "types-click", "uv"]
3737
cli = ["rich", "click" ]
38-
doc = ["sphinx", "sphinx_rtd_theme", "enum-tools[sphinx]"]
38+
doc = ["sphinx", "sphinx_rtd_theme"]
3939

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

0 commit comments

Comments
 (0)