Description: Update pytest setup.cfg entry
 Address this warning:
 ============================ pytest-warning summary ============================
 WC1 None [pytest] section in setup.cfg files is deprecated, use [tool:pytest] instead.
 ================= 4 passed, 1 pytest-warnings in 83.34 seconds =================
Author: Afif Elghraoui <afif@debian.org>
Forwarded: https://github.com/konstantint/intervaltree-bio/pull/3
Last-Update: 2016-12-10
--- python-intervaltree-bio.orig/setup.cfg
+++ python-intervaltree-bio/setup.cfg
@@ -2,7 +2,7 @@
 tag_build = 
 tag_svn_revision = false
 
-[pytest]
+[tool:pytest]
 addopts = --ignore=setup.py --ignore=build --ignore=dist
 norecursedirs=*.egg
 
