summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Arndt <arndtn@gmail.com>2021-03-01 13:49:09 +0100
committerNatanael Arndt <arndtn@gmail.com>2021-03-01 13:49:13 +0100
commitcc0d8b4a0723fdde21e52a5b05305cffddd7a3f6 (patch)
treead353c2f326f98c246f81122de0cb920d6d0df79
parentbb2ef1a5c67064a2c13ae4bfed21a4364436f1e5 (diff)
downloadrdflib-cc0d8b4a0723fdde21e52a5b05305cffddd7a3f6.tar.gz
Remove the path section
This section appears to be left over. It is only necessary in combination with coverage combine, which we are not using.
-rw-r--r--setup.cfg12
1 files changed, 0 insertions, 12 deletions
diff --git a/setup.cfg b/setup.cfg
index a9c57370..b6cf95e7 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -27,15 +27,3 @@ exclude_lines =
if 0:
if __name__ == .__main__.:
if __name__==.__main__.:
-
-# path mappings for the py3 environments (doesn't seem to work on coveralls yet)
-[coverage:paths]
-source =
- rdflib/
- build/src/rdflib/
-tests =
- test/
- build/src/test/
-examples =
- examples/
- build/src/examples/