reformat code;

This commit is contained in:
Marco Zeisler 2021-04-30 16:17:24 +02:00
parent ed1d23c7cf
commit a4e6a64444

View File

@ -4,8 +4,7 @@ from setuptools import find_packages, setup
# allow setup.py to be run from any path
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
setup(
name='waecm-2021-group-04',
setup(name='waecm-2021-group-04',
version='0.0.0',
packages=find_packages(),
include_package_data=True,
@ -20,5 +19,4 @@ setup(
'py-jwt-validator==0.6.0'
],
license='BSD License', # example license
description='DESCRIPTION'
)
description='DESCRIPTION')