Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Names of Authors and contributors in setup.py #1027

Merged
merged 5 commits into from
Aug 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 3 additions & 30 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
anthrotype marked this conversation as resolved.
Show resolved Hide resolved

anthrotype marked this conversation as resolved.
Show resolved Hide resolved
long_description_content_type="text/markdown",
url="https://github.com/googlei18n/fontmake",
license="Apache Software License 2.0",
Expand Down