Commit 8fe570ca authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Make some tweaks for PyPI release

parent 6960e188
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -77,7 +77,7 @@ repos:
    stages: [commit, manual]

- repo: https://github.com/flakeheaven/flakeheaven
  rev: 0.11.0
  rev: 3.2.1
  hooks:
  - id: flakeheaven
    additional_dependencies:
+1 −4
Original line number Diff line number Diff line
@@ -18,10 +18,7 @@ Usage
-----

Add the plugins package to your test dependencies, wherever they are:

```
kodo-cover-plugin-test-context @ git+https://code.kodo.org.uk/dom/cover-plugin-test-context
```
  `kodo.plugins.cover-test-context`

Then add the plugin to your `coverage` configuration:

+2 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ requires = ["flit_core ~=3.2"]
build-backend = "flit_core.buildapi"

[project]
name = "kodo.plugins.cover_test_context"
name = "kodo.plugins.cover-test-context"
authors = [
	{name = "Dom Sekotill", email = "dom.sekotill@kodo.org.uk"},
]
@@ -24,6 +24,7 @@ classifiers = [

[project.urls]
Repository = "https://code.kodo.org.uk/dom/cover-plugin-test-context"
Issues = "https://code.kodo.org.uk/dom/cover-plugin-test-context/-/issues"


[tool.isort]