-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: pin minimal check-link to v0.0.11
- Loading branch information
1 parent
8e923cf
commit ecd530a
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "ckanext-check-link" | ||
version = "0.2.1" | ||
version = "0.2.2.a0" | ||
description = "Resource URL checker" | ||
classifiers = [ "Development Status :: 4 - Beta", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",] | ||
keywords = [ "CKAN",] | ||
dependencies = [ "check-link~=0.0.10", "typing-extensions", "ckanext-toolbelt", "ckanext-collection"] | ||
dependencies = [ "check-link~=0.0.11", "typing-extensions", "ckanext-toolbelt", "ckanext-collection"] | ||
authors = [ | ||
{name = "DataShades", email = "[email protected]"}, | ||
{name = "Sergey Motornyuk", email = "[email protected]"}, | ||
|