Skip to content

Commit

Permalink
Move plugin to datasette-test-plugin, refs #6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 26, 2024
1 parent cd06e87 commit 38ed123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
14 changes: 0 additions & 14 deletions datasette_test/plugin.py

This file was deleted.

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ classifiers = [
dependencies = [
"datasette",
"httpx",
"packaging"
"packaging",
"datasette-test-plugin"
]

[project.urls]
Expand All @@ -21,8 +22,5 @@ Changelog = "https://github.com/datasette/datasette-test/releases"
Issues = "https://github.com/datasette/datasette-test/issues"
CI = "https://github.com/datasette/datasette-test/actions"

[project.entry-points.datasette]
datasette_test = "datasette_test.plugin"

[project.optional-dependencies]
test = ["pytest", "pytest-asyncio"]

0 comments on commit 38ed123

Please sign in to comment.