Skip to content
Snippets Groups Projects
Commit f85849ff authored by Alán Muñoz's avatar Alán Muñoz
Browse files

clean(versioning): remove versioning

parent b4926d44
No related branches found
No related tags found
No related merge requests found
import git import git
import pkg_resources
def get_sha(): def get_sha():
repo = git.Repo(search_parent_directories=True) repo = git.Repo(search_parent_directories=True)
sha = repo.head.object.hexsha sha = repo.head.object.hexsha
return sha return sha
def get_version(pkg="extraction"):
return pkg_resources.require(pkg)[0].version
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment