There was an error while loading. Please reload this page.
To update the SleuthKit source and versions run:
python setup.py update
Set up .pypirc to have both pypitest and pypi:
.pypirc
pypitest
pypi
[distutils] index-servers = pypi pypitest [pypi] repository=https://upload.pypi.org/legacy/ username=$USERNAME password=$PASSWORD [pypitest] repository=https://test.pypi.org/legacy/ username=$USERNAME password=$PASSWORD
Also see: https://packaging.python.org/guides/migrating-to-pypi-org/
To upload a new release:
python setup.py sdist upload -r pypi