Skip to content

Commit

Permalink
v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed May 28, 2021
1 parent fdba928 commit 1959ce1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def readme():

setup(
name='spid_sp_test',
version='0.5.9-3',
version='0.5.10',
description="SAML2 SPID Service Provider validation tool that can be run from the command line",
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down
1 change: 0 additions & 1 deletion src/spid_sp_test/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self,
self.metadata_url = metadata_url
self.production = production
self.metadata = self.get(metadata_url)
# self.xsds_files = xsds_files or self.xsds_files
self.xsds_files_path = xsds_files_path or f'{BASE_DIR}/xsd'

self.doc = etree.fromstring(self.metadata)
Expand Down

0 comments on commit 1959ce1

Please sign in to comment.