Open 4383 opened 6 years ago
Fixes issue: #[Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue.]
This merge request introduce best practices about how to install properly python package.
This merge request can be following by an other merge request for deploy vidsum on pypi and users can install it from pypi pip install vidsum.
pip install vidsum
Changes: [Add here what changes were made in this pull request.]
setuptools
pbr
Hi @AdiChat! Can you review please?
Fixes issue: #[Mention the issue number it fixes or add the details of the changes if it doesn't has a specific issue.]
This merge request introduce best practices about how to install properly python package.
This merge request can be following by an other merge request for deploy vidsum on pypi and users can install it from pypi
pip install vidsum
.Changes: [Add here what changes were made in this pull request.]
setuptools
for install package like a standard python packagepbr
for generate automaticaly release based on git tags and manage a more properly semver