Skip to content

Commit

Permalink
Appease setuptools deprecation of license_file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Aug 7, 2022
1 parent 30a926a commit 683a4d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ repos:
- id: trailing-whitespace
exclude: "^.github/.*_TEMPLATE.md"

- repo: https://github.com/asottile/setup-cfg-fmt
rev: v1.20.1
hooks:
- id: setup-cfg-fmt
# Disabled due to asottile/setup-cfg-fmt#73. Re-enable once that issue is fixed.
# - repo: https://github.com/asottile/setup-cfg-fmt
# rev: v1.20.1
# hooks:
# - id: setup-cfg-fmt

ci:
autoupdate_schedule: quarterly
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/ultrajson/ultrajson
author = Jonas Tarnstrom
license_file = LICENSE.txt
license_files = LICENSE.txt
platforms = any
classifiers =
Development Status :: 5 - Production/Stable
Expand Down

0 comments on commit 683a4d7

Please sign in to comment.