@@ -10,7 +10,7 @@ requires = [
1010build-backend = " setuptools.build_meta"
1111
1212[project ]
13- name = " frequenz- pymdownx-superfences -filter-lines"
13+ name = " pymdownx-superfence -filter-lines"
1414description = " A custom superfence for pymdown-extensions that can filters lines and plays nice with MkDocs"
1515readme = " README.md"
1616license = { text = " MIT" }
@@ -19,7 +19,7 @@ keywords = [
1919 " python" ,
2020 " lib" ,
2121 " library" ,
22- " pymdownx-superfences -filter-lines" ,
22+ " pymdownx-superfence -filter-lines" ,
2323 " markdown" ,
2424 " filter" ,
2525 " mkdocs" ,
@@ -70,13 +70,13 @@ dev-mypy = [
7070 " mypy == 1.7.1" ,
7171 " types-Markdown == 3.5.0.3" ,
7272 # For checking the noxfile, docs/ script, and tests
73- " frequenz- pymdownx-superfences -filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
73+ " pymdownx-superfence -filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
7474]
7575dev-noxfile = [" nox == 2023.4.22" , " frequenz-repo-config[lib] == 0.7.5" ]
7676dev-pylint = [
7777 " pylint == 3.0.3" ,
7878 # For checking the noxfile, docs/ script, and tests
79- " frequenz- pymdownx-superfences -filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
79+ " pymdownx-superfence -filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]" ,
8080]
8181dev-pytest = [
8282 " pytest == 7.4.3" ,
@@ -86,15 +86,15 @@ dev-pytest = [
8686 " async-solipsism == 0.5" ,
8787]
8888dev = [
89- " frequenz- pymdownx-superfences -filter-lines[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
89+ " pymdownx-superfence -filter-lines[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]" ,
9090]
9191
9292[project .urls ]
93- Documentation = " https://frequenz-floss.github.io/frequenz- pymdownx-superfences -filter-lines-python/"
94- Changelog = " https://github.com/frequenz-floss/frequenz- pymdownx-superfences -filter-lines-python/releases"
95- Issues = " https://github.com/frequenz-floss/frequenz- pymdownx-superfences -filter-lines-python/issues"
96- Repository = " https://github.com/frequenz-floss/frequenz- pymdownx-superfences -filter-lines-python"
97- Support = " https://github.com/frequenz-floss/frequenz- pymdownx-superfences -filter-lines-python/discussions/categories/support"
93+ Documentation = " https://frequenz-floss.github.io/pymdownx-superfence -filter-lines-python/"
94+ Changelog = " https://github.com/frequenz-floss/pymdownx-superfence -filter-lines-python/releases"
95+ Issues = " https://github.com/frequenz-floss/pymdownx-superfence -filter-lines-python/issues"
96+ Repository = " https://github.com/frequenz-floss/pymdownx-superfence -filter-lines-python"
97+ Support = " https://github.com/frequenz-floss/pymdownx-superfence -filter-lines-python/discussions/categories/support"
9898
9999[tool .black ]
100100line-length = 88
@@ -158,7 +158,7 @@ namespace_packages = true
158158# used but getting the original ignored error when removing the type: ignore.
159159# See for example: https://github.com/python/mypy/issues/2960
160160# no_incremental = true
161- packages = [" frequenz.pymdownx.superfences.filter_lines " ]
161+ modules = [" pymdownx_superfence_filter_lines " ]
162162strict = true
163163
164164[[tool .mypy .overrides ]]
0 commit comments