Skip to content

Commit ae2c42f

Browse files
committed
Don't exclude doi from the bib file
1 parent 2c1c5ca commit ae2c42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/prebib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ sys.path.append(os.path.join(os.path.split(os.path.abspath(sys.argv[0]))[0], "..
3131

3232
from bparser import BibTexParser
3333

34-
ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "doi", "address", "organization"]
34+
ALWAYS_EXCLUDE = ["isbn", "issn", "abstract", "location", "address", "organization"]
3535

3636
# Stuff that we don't want to see in the bibtex file (per-class)
3737
# In the future we may allow the user to adjust this by command line

0 commit comments

Comments
 (0)