diff --git a/setup.py b/setup.py index 7b9f1b6..cb751a8 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,6 @@ maintainer='mostapha, ladybug-tools', # Package maintainers. For multiple maintainers use comma maintainer_email='mostapha@ladybug.tools, info@ladybug.tools', keywords='honeybee, radiance, ladybug-tools, daylight', # will be used as keywords - license='PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt', # the license link should be separated by a comma + license='PolyForm Shield License 1.0.0, https://polyformproject.org/wp-content/uploads/2020/06/PolyForm-Shield-1.0.0.txt', # the license link should be separated by a comma zip_safe=False )