Move isort configuration into setup.cfg
2 files changed, 4 insertions(+), 3 deletions(-) D .isort.cfg M setup.cfg
D .isort.cfg => .isort.cfg +0 -2
@@ 1,2 0,0 @@ -[settings] -skip=docs/conf.py
M setup.cfg => setup.cfg +4 -1
@@ 11,4 11,7 @@ exclude = .svn,CVS,.bzr,.hg,.git,__pycache__,.tox,.eggs,*.egg,*/*migrations,test description-file = README.rst [aliases] -test=pytest> \ No newline at end of file +test=pytest + +[isort] +skip = docs/conf.py