Skip to content

Commit

Permalink
remove wheel from install requirent
Browse files Browse the repository at this point in the history
its just a dev-requirement, to test if wheels can be build
  • Loading branch information
Cube707 committed Sep 11, 2022
1 parent e5f3cba commit c728eb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ steps.
.venv\Scripts\activate
```

1. Install dev-dependencies (this also automatically installs the library in editable mode)
1. Install dev-dependencies (this also automatically installs the library in editable
mode)

```bash
pip install -r requirements.txt
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ project_urls =
[options]
packages = find:
install_requires =
setuptools
wheel
setuptools>=41.0
python_requires = >=3.6
tests_require =
pytest
Expand Down

0 comments on commit c728eb8

Please sign in to comment.