From b10132aa1fa37259b03151b1783d384ecef2665c Mon Sep 17 00:00:00 2001 From: rasmus Date: Mon, 19 Aug 2024 21:36:30 +0200 Subject: [PATCH] Update license in setup.py to GPLv3 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 82b364d..fc38ba4 100644 --- a/setup.py +++ b/setup.py @@ -3,9 +3,9 @@ from setuptools import setup, find_packages setup(name='nafuma', version='0.4', description='Analysis tools for inorganic materials chemistry at the NAFUMA-group at the University of Oslo', - url='https://github.com/rasmusthog/nafuma', + url='https://forge.rasmusthog.me/rasmus/nafuma', author='Rasmus Vester Thøgersen, Halvor Høen Hval', author_email='code@rasmusthog.me', - license='MIT', + license='GPLv3', packages=find_packages(), zip_safe=False)