Skip to content

Commit

Permalink
Remove files since they were interfering with ones from Statick modul…
Browse files Browse the repository at this point in the history
…es. Make package depend on dev branch of statick until there is a new statick release to PyPI.
  • Loading branch information
tdenewiler committed Sep 3, 2024
1 parent 3155731 commit 9ac4729
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"importlib_metadata",
"statick",
"statick@git+https://github.com/tdenewiler/statick@stdlib-plugins",
"types-docutils",
]

Expand Down Expand Up @@ -53,7 +53,7 @@ test = [
"mock",
"pytest",
"pytest-cov",
"statick",
"statick@git+https://github.com/tdenewiler/statick@stdlib-plugins",
"tox",
"tox-gh-actions",
]
Expand Down
1 change: 0 additions & 1 deletion src/statick_tool/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion src/statick_tool/plugins/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion src/statick_tool/plugins/discovery/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion src/statick_tool/plugins/tool/__init__.py

This file was deleted.

0 comments on commit 9ac4729

Please sign in to comment.