Skip to content

Prepare for pypi

Created by: mariojmdavid

the base version is master commit 936576cf bumped version to 1.1.4 add simple setup.cfg updated setup.py renamed MANIFEST, now is template MANIFEST.in I have test with the pypi test service (though the version there is not correct due to several tests), python setup.py sdist twine upload --repository-url https://test.pypi.org/legacy/ dist/*

I have made a virtualenv and installed with pip pip install -i https://test.pypi.org/simple/ udocker==1.1.6

tested some commands, "udocker" is the executable script

Merge request reports