This commit is contained in:
Mizux Seiha
2020-11-26 16:19:31 +01:00
parent d1f987e1ae
commit de0e313db3
3 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ This project aim to explain how you build a Python native wheel package using
* [Local Package](#local-package)
* [Building a native Package](#building-local-native-package)
* [Appendices](#appendices)
* [Ressources](#ressources)
* [Resources](#resources)
* [Misc](#misc)
## Requirement
@@ -83,7 +83,7 @@ to study their layout.
Few links on the subject...
### Ressources
### Resources
* [Packaging Python Project](https://packaging.python.org/tutorials/packaging-projects/)
* [PEP 513 -- A Platform Tag for Portable Linux Built Distributions](https://www.python.org/dev/peps/pep-0513/)