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)