Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions brightness-controller-linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ poetry build
### Running Brightness Controller

```
poetry run python src/brightness_controller_linux/init.py
poetry run python brightness_controller_linux/init.py
```

### Testing

```
poetry run pytest
```
```
2 changes: 1 addition & 1 deletion brightness-controller-linux/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "brightness-controller-linux"
version = "2.4"
description = "Using Brightness Controller, you can control brightness of both primary and external displays in Linux. Check it out!"
authors = ["Amit <lordamit@gmail.com>"]
readme = "readme.md"
readme = "README.md"
homepage = "https://github.com/LordAmit/Brightness"
repository = "https://github.com/LordAmit/Brightness"
keywords = [
Expand Down