Skip to content
Snippets Groups Projects
Verified Commit 4f0b365f authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Fix license in setup.py

This project is in reality licensed under MIT license.
parent 93eca90c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -8,7 +8,7 @@ setup(
author_email='karel.koci@nic.cz',
description='Python Uci bindings',
long_description='Python Unified Configuration Interface bimndings.',
license="GPLv3",
license="MIT",
ext_modules=[
Extension("uci", ["ucimodule.c", "pyuci.c"], libraries=["uci"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment