Bump version to 0.2.0 + removed unused Gitlab-CI config

This commit is contained in:
Maximilian Kratz 2021-09-21 16:10:38 +02:00
parent 290176510b
commit c1694037ec
3 changed files with 1 additions and 32 deletions

2
.gitignore vendored
View file

@ -5,7 +5,5 @@ __pycache__/
/build/
/dist/
/*.egg-info/
env/
drone

View file

@ -1,29 +0,0 @@
stages:
- lint
- build
- test
default:
image: maxkratz/python-custom:3.6
pylint:
stage: lint
script:
- pylint-fail-under --fail_under 9.0 -d pep8 matrix_synapse_saml_mapper/*.py setup.py
build:
stage: build
script:
- python setup.py sdist bdist_wheel
artifacts:
name: "$CI_JOB_NAME"
when: always
paths:
- build
- dist
- matrix_synapse_saml_mapper.egg-info
install:
stage: test
script:
- python setup.py install

View file

@ -24,7 +24,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="matrix-synapse-saml-mapper",
version="0.1.0",
version="0.2.0",
author="Max Kratz",
author_email="mkratz@fs-etit.de",
description="Custom SAML mapping provider for synapse installations",