diff --git a/setup.py b/setup.py index 197995b1..37fb0855 100644 --- a/setup.py +++ b/setup.py @@ -126,7 +126,7 @@ def run(self): author_email=__author_email__, maintainer=__author_name__, maintainer_email=__author_email__, - lincese="Freeware", + license="Freeware", url="https://github.com/prusa3d/Prusa-Link", packages=find_namespace_packages(include=['prusa.*']), include_package_data=True,