remove .xz extension

This commit is contained in:
Lily Li
2018-10-25 11:24:06 -07:00
parent 1b41853fcd
commit 7045618936
2 changed files with 2 additions and 2 deletions

View File

@@ -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.')

View File

@@ -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',