After managed to run python setup.py install -> wrong dependencies etc I got into this:
https://github.com/versionone/VersionOne.SDK.Python/blob/master/v1pysdk/v1meta.py#L126
IndentationError: unindent does not match any outer indentation level
can you fix the whole package in a way that it can be:
A) Installed
B) run?
After managed to run
python setup.py install-> wrong dependencies etc I got into this:https://github.com/versionone/VersionOne.SDK.Python/blob/master/v1pysdk/v1meta.py#L126
IndentationError: unindent does not match any outer indentation levelcan you fix the whole package in a way that it can be:
A) Installed
B) run?