Update license in setup.py to GPLv3
Some checks failed
Automated testing / build-linux (push) Has been cancelled
Some checks failed
Automated testing / build-linux (push) Has been cancelled
This commit is contained in:
parent
a8ff6eef04
commit
b10132aa1f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue