Skip to content

Commit

Permalink
use readme in python package
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed May 10, 2024
1 parent 466ec4e commit 0a0e43f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Copy readme
run: cp README.md python/README.md
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
Expand Down
10 changes: 10 additions & 0 deletions python/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Python Component

## Contributing

Start by installing the package:

```bash
pip install poetry
poetry install
```
11 changes: 1 addition & 10 deletions python/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
# Python Component

## Contributing

Start by installing the package:

```bash
pip install poetry
poetry install
```
See [../README.md](../README.md)
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.0.1"
version = "2.0.2"
description = ""
authors = ["Javier Luraschi <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0a0e43f

Please sign in to comment.