|
|
|
|
|
by j-kidd
4518 days ago
|
|
Here's my old school setup: Deployment: `easy_install -U` from a local pypi Packaging: `setup.py bdist_egg` and `setup.py bdist_wininst` Dependencies: declare in setup.py, fetch via yolk To test if everything works, just create a blank virtualenv and easy_install. This has been working fine for me for years on Linux and Windows. |
|
Did you ever have to package stuff like DLLs as part of your code?