Update license in setup.py to GPLv3
Some checks failed
Automated testing / build-linux (push) Has been cancelled

This commit is contained in:
rasmus 2024-08-19 21:36:30 +02:00
parent a8ff6eef04
commit b10132aa1f

View file

@ -3,9 +3,9 @@ from setuptools import setup, find_packages
setup(name='nafuma', setup(name='nafuma',
version='0.4', version='0.4',
description='Analysis tools for inorganic materials chemistry at the NAFUMA-group at the University of Oslo', 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='Rasmus Vester Thøgersen, Halvor Høen Hval',
author_email='code@rasmusthog.me', author_email='code@rasmusthog.me',
license='MIT', license='GPLv3',
packages=find_packages(), packages=find_packages(),
zip_safe=False) zip_safe=False)