|
|
|
|
|
by tlocke
1261 days ago
|
|
As I see it, the standard way to package Python projects is: https://packaging.python.org/en/latest/tutorials/packaging-p... and the longer story is that this method has the flexibility to allow other implementations of packaging tools to be used, and so it fosters choice and competition in the ecosystem. In contrast, the old method of packaging was tied to a particular implementation. |
|