mirror of
https://github.com/google/pybadges.git
synced 2026-01-06 19:30:08 +01:00
remove .xz extension
This commit is contained in:
@@ -179,7 +179,7 @@ def main():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--output-json-file',
|
'--output-json-file',
|
||||||
default=os.path.join(os.path.dirname(__file__),
|
default=os.path.join(os.path.dirname(__file__),
|
||||||
'default-widths.json.xz'),
|
'default-widths.json'),
|
||||||
help='the path where the generated JSON will be placed. If the ' +
|
help='the path where the generated JSON will be placed. If the ' +
|
||||||
'provided filename extension ends with .xz then the output' +
|
'provided filename extension ends with .xz then the output' +
|
||||||
'will be compressed using lzma.')
|
'will be compressed using lzma.')
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -60,7 +60,7 @@ setup(
|
|||||||
'badges',
|
'badges',
|
||||||
keywords="github gh-badges badge shield status",
|
keywords="github gh-badges badge shield status",
|
||||||
package_data={'pybadges': ['badge-template-full.svg',
|
package_data={'pybadges': ['badge-template-full.svg',
|
||||||
'default-widths.json.xz']},
|
'default-widths.json']},
|
||||||
long_description=get_long_description(),
|
long_description=get_long_description(),
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
python_requires='>=3',
|
python_requires='>=3',
|
||||||
|
|||||||
Reference in New Issue
Block a user