From ec28044ee30140ebc768366c9dfda32aec7e4233 Mon Sep 17 00:00:00 2001 From: Eze <78287994+ChibuezeOnejeme@users.noreply.github.com> Date: Mon, 7 Aug 2023 16:50:24 +0100 Subject: [PATCH 1/4] Added Names of Authors and contributors in setup.py I was working with Pydigger API project that tracks different projects from PYPI that shows various stats including incomplete packaging info, fontmake popped up and I decided to update the information. --- setup.py | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/setup.py b/setup.py index 65eb7cd1..ee894b39 100644 --- a/setup.py +++ b/setup.py @@ -86,6 +86,36 @@ "Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)." ), long_description=long_description, + author=( + "fontmake authors and contributors:" + " James Godfrey-kittle," + " Cosimo Lupo ," + " Felipe Sanches," + " Nikolaus Waxweiler," + " Yanone ," + " Behdad Esfahbod," + "Jany Belluz ," + " Khaled Hosny," + " Just Van Rossum," + " Marc Foley," + "Dave Crossland ," + "Misha Brukman," + "Pyup-bot, " + "Dennis Moyogo Jacquerye," + "Simon Cozens," + "NFSL2001," + "Bo Song," + "Sascha Brawer," + "Antonio Cavedoni," + "Adam Twardoch," + "Fabian Greffrath," + "Thomas Rettig," + "Chris Simpkins," + "Adrien Tetar" + ), + + + long_description_content_type="text/markdown", url="https://github.com/googlei18n/fontmake", license="Apache Software License 2.0", From d238d597f8312a8f0747166ff4304f3563bb0875 Mon Sep 17 00:00:00 2001 From: Eze <78287994+ChibuezeOnejeme@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:31:38 +0100 Subject: [PATCH 2/4] Updated setup.py author and maintainer --- setup.py | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) diff --git a/setup.py b/setup.py index ee894b39..8e997f85 100644 --- a/setup.py +++ b/setup.py @@ -86,36 +86,9 @@ "Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)." ), long_description=long_description, - author=( - "fontmake authors and contributors:" - " James Godfrey-kittle," - " Cosimo Lupo ," - " Felipe Sanches," - " Nikolaus Waxweiler," - " Yanone ," - " Behdad Esfahbod," - "Jany Belluz ," - " Khaled Hosny," - " Just Van Rossum," - " Marc Foley," - "Dave Crossland ," - "Misha Brukman," - "Pyup-bot, " - "Dennis Moyogo Jacquerye," - "Simon Cozens," - "NFSL2001," - "Bo Song," - "Sascha Brawer," - "Antonio Cavedoni," - "Adam Twardoch," - "Fabian Greffrath," - "Thomas Rettig," - "Chris Simpkins," - "Adrien Tetar" - ), - - - + author="James Godfrey-kittle", + maintainer=" Cosimo Lupo", + long_description_content_type="text/markdown", url="https://github.com/googlei18n/fontmake", license="Apache Software License 2.0", From 9a6f9002192981a568e1a44ef178420c355df550 Mon Sep 17 00:00:00 2001 From: Eze <78287994+ChibuezeOnejeme@users.noreply.github.com> Date: Mon, 7 Aug 2023 18:39:54 +0100 Subject: [PATCH 3/4] Updated setup.py with maintainer email --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e997f85..4d8e30cc 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ long_description=long_description, author="James Godfrey-kittle", maintainer=" Cosimo Lupo", - + maintainer_email="cosimo@anthrotype.com", long_description_content_type="text/markdown", url="https://github.com/googlei18n/fontmake", license="Apache Software License 2.0", From 83e769244832695b23169510336c195bc2596e31 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 8 Aug 2023 11:17:55 +0100 Subject: [PATCH 4/4] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4d8e30cc..e37058ac 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ ), long_description=long_description, author="James Godfrey-kittle", - maintainer=" Cosimo Lupo", + maintainer="Cosimo Lupo", maintainer_email="cosimo@anthrotype.com", long_description_content_type="text/markdown", url="https://github.com/googlei18n/fontmake",