4 ways to put the version number into setup.py for your Python package
Assume that we’re developing a Python package pypkg with a directory structure like this:
pypkg
|+++- pypkg/
| |+++- __init__.py
|
|+++- setup.py
»
Assume that we’re developing a Python package pypkg with a directory structure like this:
pypkg
|+++- pypkg/
| |+++- __init__.py
|
|+++- setup.py
»