Skip to content

Commit

Permalink
De-vendor fastjsonschema
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 17, 2023
1 parent f9275ba commit 371ec7d
Show file tree
Hide file tree
Showing 25 changed files with 15 additions and 1,851 deletions.
12 changes: 0 additions & 12 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,6 @@ see the LICENSE.txt file for details.

----------------------------------------------------------------------

'validate-pyproject' also includes a vendored copy of the 'fastjsonschema'
project, which is license under the BSD-3-Clause license, with the following
copyright notice:

Copyright (c) 2018, Michal Horejsek
All rights reserved.

A full copy of the original license file is available inside the
'validate_pyproject/_vendor/fastjsonschema/LICENSE' subdirectory.

----------------------------------------------------------------------

A few extra files, derived from other opensource projects are collocated in
this code base ('tests/examples' and 'tests/invalid-examples') exclusively for
testing purposes during development:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ python_requires = >=3.6
install_requires =
importlib-metadata; python_version<"3.8"
importlib-resources; python_version<"3.7"
# fastjsonschema>=2.15.2,<=3
fastjsonschema>=2.16.2,<=3


[options.packages.find]
Expand Down
Empty file.
27 changes: 0 additions & 27 deletions src/validate_pyproject/_vendor/fastjsonschema/LICENSE

This file was deleted.

238 changes: 0 additions & 238 deletions src/validate_pyproject/_vendor/fastjsonschema/__init__.py

This file was deleted.

19 changes: 0 additions & 19 deletions src/validate_pyproject/_vendor/fastjsonschema/__main__.py

This file was deleted.

Loading

0 comments on commit 371ec7d

Please sign in to comment.