mirror of
https://github.com/google/pybadges.git
synced 2026-01-05 02:40:09 +01:00
remove .xz extension
This commit is contained in:
@@ -179,7 +179,7 @@ def main():
|
||||
parser.add_argument(
|
||||
'--output-json-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 ' +
|
||||
'provided filename extension ends with .xz then the output' +
|
||||
'will be compressed using lzma.')
|
||||
|
||||
2
setup.py
2
setup.py
@@ -60,7 +60,7 @@ setup(
|
||||
'badges',
|
||||
keywords="github gh-badges badge shield status",
|
||||
package_data={'pybadges': ['badge-template-full.svg',
|
||||
'default-widths.json.xz']},
|
||||
'default-widths.json']},
|
||||
long_description=get_long_description(),
|
||||
long_description_content_type='text/markdown',
|
||||
python_requires='>=3',
|
||||
|
||||
Reference in New Issue
Block a user