Skip to content

Commit f5ca57d

Browse files
committed
Move to Poetry
Signed-off-by: Boris Glimcher <[email protected]>
1 parent 5f15fdb commit f5ca57d

File tree

5 files changed

+1132
-94
lines changed

5 files changed

+1132
-94
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ The utilities can be used as part of larger management applications, or be used
2121

2222
### Building from Source
2323

24-
```
25-
python setup.py sdist
26-
pip install dist/redfish_utilities-x.x.x.tar.gz
27-
```
24+
`pip install .`
2825

2926
### Building Docker
3027

@@ -76,6 +73,10 @@ You may install the external modules by running:
7673
* [Raw Request (rf_raw_request.py)](https://github.com/DMTF/Redfish-Tacklebox/blob/main/docs/rf_raw_request.md)
7774
* [Test Event Listener (rf_test_event_listener.py)](https://github.com/DMTF/Redfish-Tacklebox/blob/main/docs/rf_test_event_listener.md)
7875

76+
## Packaging
77+
78+
This project uses [poetry](https://python-poetry.org/) to manage dependencies, build, etc.
79+
7980
## Release Process
8081

8182
1. Go to the "Actions" page

0 commit comments

Comments
 (0)