Skip to content

Commit

Permalink
fix: fix entry point regression, update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Jan 21, 2025
1 parent edb14bc commit 5b93b76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ckanext-msal"
version = "1.5.1"
version = "1.5.2"
description = "Login to CKAN using The Microsoft Authentication Library (MSAL)"
authors = [
{name = "DataShades", email = "[email protected]"},
Expand Down Expand Up @@ -37,7 +37,7 @@ Homepage = "https://github.com/DataShades/ckanext-msal"
"babel.extractors" = {ckan = "ckan.lib.extract:extract_ckan"}

[project.entry-points."ckan.plugins"]
search_schema = "ckanext.msal.plugin:MsalPlugin"
msal = "ckanext.msal.plugin:MsalPlugin"

[tool.setuptools.packages]
find = {}
Expand Down
5 changes: 1 addition & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
msal==1.7.0
requests>=2.27.0
pyyaml==5.3.1
python-dateutil==2.8.1
msal==1.31.1

0 comments on commit 5b93b76

Please sign in to comment.