Skip to content
Snippets Groups Projects
Commit bc4c878f authored by Georges Da Costa's avatar Georges Da Costa
Browse files

Corrects the new packaging version

parent 6fc1e9ef
Branches
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ import os
###### ! to move to executor
import execo
from leverages import dvfs
from monitors import mojitos
from expetator.leverages import dvfs
from expetator.monitors import mojitos
def save_scheduler(code_elements, skel_path, output_path, debug=False):
name, arguments, nb_arguments, pcts, code = code_elements
......
\rm dist/*
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/*
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="expetator",
version="0.0.3",
version="0.0.4",
author="Georges Da Costa",
author_email="georges.da-costa@irit.fr",
description="A framework for monitoring HPC applications using DVFS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment