... | ... | @@ -67,8 +67,8 @@ install third parties from many places, like an existing git repository or an |
|
|
|
|
|
#### Package version
|
|
|
|
|
|
Python package version is usually accessible at `package_name.__version__`
|
|
|
should be consistent with the version in *setup.py*. Importing the package in
|
|
|
Python package version is usually accessible at `package_name.__version__`.
|
|
|
It should be consistent with the version in *setup.py*. Importing the package in
|
|
|
*setup.py* script is a source of import and code coverage errors (cf. [Do not
|
|
|
import your package in setup.py](https://stackoverflow.com/q/11279096/395687)).
|
|
|
To prevent that, package `__init__.py` file can be read and parsed manually
|
... | ... | |