From f24084c00415f70daab7fb21ed65308116426e9f Mon Sep 17 00:00:00 2001 From: Arnaud Bergeron Date: Thu, 14 Sep 2017 14:10:56 -0400 Subject: [PATCH] Do some cleanup. --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8b4f91d5cff..2efa2ccdc7c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,14 +5,9 @@ nocapture=1 [flake8] ignore=E501,E123,E133,FI12,FI14,FI15,FI50,FI51,FI53 -# See the docstring in versioneer.py for instructions. Note that you must -# re-run 'versioneer.py setup' after changing this section, and commit the -# resulting files. - [versioneer] VCS = git style = pep440 versionfile_source = theano/_version.py versionfile_build = theano/_version.py tag_prefix = rel- -#parentdir_prefix =