Skip to content

Commit

Permalink
fix install from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-wozny committed Oct 3, 2023
1 parent 8327ba6 commit 7a89dd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pip install multi-imbalance
```
Or for installation from a specific branch
```bash
pip install -e git+https://github.com/damian-horna/multi-imbalance.git@<branch>#egg=multi-imbalance
pip install git+https://github.com/damian-horna/multi-imbalance.git@<branch>
```

## Implemented algorithms
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ documentation = "https://github.com/damian-horna/multi-imbalance/blob/master/REA
addopts = "--cov=."
testpaths = ["tests"]

[tool.setuptools]
py-modules = ["multi_imbalance"]
[tool.setuptools.packages.find]
include = ["multi_imbalance*"]

[tool.black]
line-length = 140
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ commands =

[testenv:flake8]
basepython = python3.9
deps = flake8
deps = flake8~=5.0.4
commands = flake8 multi_imbalance tests

0 comments on commit 7a89dd6

Please sign in to comment.