vidsum
vidsum copied to clipboard
introduce more pythonic way to install vidsum
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.]
- introduce
setuptoolsfor install package like a standard python package - introduce
pbrfor generate automaticaly release based on git tags and manage a more properly semver - update the documentation for using these features
- rename files and directory for respect python best practices conventions (init, etc...)
Hi @AdiChat! Can you review please?