mirror of
https://github.com/google/fonts.git
synced 2025-01-07 10:11:37 +03:00
update github url on setup.py
This commit is contained in:
parent
7a223ee364
commit
c292326b70
2
setup.py
2
setup.py
@ -25,7 +25,7 @@ with open('README.md') as f:
|
|||||||
setup(
|
setup(
|
||||||
name="gflanguages",
|
name="gflanguages",
|
||||||
use_scm_version={"write_to": "Lib/gflanguages/_version.py"},
|
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.',
|
description='A python API for evaluating language support in the Google Fonts collection.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown', # This is important!
|
long_description_content_type='text/markdown', # This is important!
|
||||||
|
Loading…
Reference in New Issue
Block a user