Skip to content

Commit

Permalink
Removed second installation section in readme. Fixed invalid classifi…
Browse files Browse the repository at this point in the history
…er in pyproject.toml .
  • Loading branch information
WyvernIXTL committed May 20, 2024
1 parent 6a3be19 commit e188559
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,6 @@ This also means that multiple commands need to be chained via `&&`.
For examples please look at the [examples folder](./examples/).


## Installation

The Python package `installation_instruction` can be installed from PyPI:

```
python -m pip install installation_instruction
```

## Development installation

If you want to contribute to the development of `installation_instruction`, we recommend
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ license = { text = "Apache-2.0" }
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"License :: OSI Approved :: Apache-2.0 License",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"jinja2",
Expand Down

0 comments on commit e188559

Please sign in to comment.