Update setup.py

This commit is contained in:
Mike Clark
2021-03-16 10:23:18 +08:00
committed by GitHub
parent af38453a5a
commit 3877c14f39
+1 -1
View File
@@ -6,5 +6,5 @@ setup(
version='0.1.0',
description='{{ cookiecutter.description }}',
author='{{ cookiecutter.author_name }}',
license='{% if cookiecutter.open_source_license == 'MIT' %}MIT{% elif cookiecutter.open_source_license == 'BSD-3-Clause' %}BSD-3{% endif %}',
license='proprietary',
)