dgibson / dtc

Device Tree Compiler
218 stars 130 forks source link

Update README in MANIFEST.in and setup.py to README.md #70

Closed saadwaheed-10xe closed 2 years ago

saadwaheed-10xe commented 2 years ago

README is updated to README.md in MANIFEST.in and setup.py as it was renamed from README to README.md recently.

make check result:

********** TEST SUMMARY
*     Total testcases:  2053
*                PASS:  2053
*                FAIL:  0
*   Bad configuration:  0
* Strange test result:  0
**********
saadwaheed-10xe commented 2 years ago

Hi @dgibson, please review this change. Thanks.

dgibson commented 2 years ago

I would have preferred a real commit message, but we need the fix, so I've applied it.

saadwaheed-10xe commented 2 years ago

Thanks @dgibson for merging this in. Can you please add this fix to https://git.kernel.org/pub/scm/utils/dtc/dtc.git as well?

dgibson commented 2 years ago

Oops, I forgot to push the changes out. Done now.

saadwaheed-10xe commented 2 years ago

Thanks!