Skip to content

Commit

Permalink
Remove [test] target which wasn't used
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Nov 6, 2024
1 parent 3e9d01b commit ea5af36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Set up a development virtual environment.
```console
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install --editable .[dev,test]
$ pip install --editable .[dev]
```

A `madoop` entry point script is installed in your virtual environment.
Expand Down

0 comments on commit ea5af36

Please sign in to comment.