Skip to content

Commit 328da1d

Browse files
author
frostming
committed
update README.md
1 parent 06391ec commit 328da1d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A modern Python package manager with PEP 582 support.
44

5+
![Github Actions](https://github.com/pdm-project/pdm/workflows/Tests/badge.svg)
6+
57
## What is PDM?
68

79
PDM is meant to be a next generation Python package management tool.
@@ -32,3 +34,15 @@ you can probably find some goodness in `pdm`.
3234
- [x] `add`, `lock`, `list`, `update`, `remove` commands.
3335
- [ ] PEP 517 build backends.
3436
- [x] Continuous Integration.
37+
38+
39+
## Credits
40+
41+
This project is strongly inspired by [pyflow] and [poetry].
42+
43+
[pyflow]: https://github.com/David-OConnor/pyflow
44+
[poetry]: https://github.com/python-poetry/poetry
45+
46+
47+
## License
48+
This project is open sourced under MIT license, see the [LICENSE](LICENSE) file for more details.

0 commit comments

Comments
 (0)