1
0
mirror of https://github.com/google/fonts.git synced 2024-12-17 13:41:32 +03:00

update github url on setup.py

This commit is contained in:
Felipe Corrêa da Silva Sanches 2022-03-09 20:09:15 -03:00 committed by GitHub
parent 7a223ee364
commit c292326b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ with open('README.md') as f:
setup(
name="gflanguages",
use_scm_version={"write_to": "Lib/gflanguages/_version.py"},
url='https://github.com/googlefonts/gflanguages/',
url='https://github.com/googlefonts/lang/',
description='A python API for evaluating language support in the Google Fonts collection.',
long_description=long_description,
long_description_content_type='text/markdown', # This is important!