remove remainders of versioneer, typo fix.

This commit is contained in:
Thomas Waldmann 2015-09-19 21:44:40 +02:00
parent 0f68f1ccd1
commit d4de0fd019
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in versioneer.py
include README.rst AUTHORS LICENSE CHANGES.rst MANIFEST.in
recursive-include borg *.pyx
recursive-include docs *
recursive-exclude docs *.pyc

View File

@ -4,5 +4,5 @@ python_files = testsuite/*.py
[flake8]
ignore = E226,F403
max-line-length = 250
exclude = versioneer.py,docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
exclude = docs/conf.py,borg/_version.py,build,dist,.git,.idea,.cache
max-complexity = 100

View File

@ -65,7 +65,7 @@ except ImportError:
if not all(os.path.exists(path) for path in [
compress_source, crypto_source, chunker_source, hashindex_source,
platform_linux_source, platform_freebsd_source]):
raise ImportError('The GIT version of Borg needs Cython. Install Cython or use a released version')
raise ImportError('The GIT version of Borg needs Cython. Install Cython or use a released version.')
def detect_openssl(prefixes):