Initial commit

This commit is contained in:
Uumas
2021-06-03 23:41:41 +03:00
commit 19566bd601
3 changed files with 171 additions and 0 deletions

12
setup.py Normal file
View File

@@ -0,0 +1,12 @@
from setuptools import setup
setup(
name='ProtuSAML',
version='0.1.0',
packages=['ProtuSAML'],
url='protu.fi',
license='Apache 2.0',
author='Rekka',
author_email='www@protu.fi',
description='SAML patch systeemiimme'
)