File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- Copyright (c) 2011 Juho Vepsäläinen
1+ Copyright (c) 2011 - 2021 Juho Vepsäläinen
2+ Copyright (c) 2022 Jessica Tegner
23
34Permission is hereby granted, free of charge, to any person obtaining
45a copy of this software and associated documentation files (the
Original file line number Diff line number Diff line change 1414from .handler import _check_log_handler , logger
1515from .pandoc_download import DEFAULT_TARGET_FOLDER , download_pandoc
1616
17- __author__ = "Juho Vepsäläinen"
18- __author_email__ = "bebraw@gmail .com"
17+ __author__ = "Juho Vepsäläinen; Maintained by Jessica Tegner "
18+ __author_email__ = "jessica@jessicategner .com"
1919__maintainer__ = "Jessica Tegner"
2020__url__ = "https://github.com/JessicaTegner/pypandoc"
2121__version__ = "1.15"
Original file line number Diff line number Diff line change 22name = " pypandoc"
33version = " 1.15"
44description = " Thin wrapper for pandoc"
5- authors = [" JessicaTegner <jessica.tegneroutlook .com>" ]
5+ authors = [" JessicaTegner <jessica@jessicategner .com>" ]
66license = " MIT"
77readme = " README.md"
88repository = " https://github.com/JessicaTegner/pypandoc"
You can’t perform that action at this time.
0 commit comments