Skip to content

Commit 8381644

Browse files
committed
setup.py: adapt for current status quo
1 parent c8e2e00 commit 8381644

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages
55

66
PACKAGE = 'riotctrl'
7-
LICENSE = 'LGPLv2.1'
7+
LICENSE = 'MIT'
88
URL = 'https://github.com/RIOT-OS/riotctrl'
99

1010

@@ -28,8 +28,10 @@ def get_version(package):
2828
version=get_version(PACKAGE),
2929
description='RIOT Ctrl - A RIOT node python abstraction',
3030
long_description=open('README.rst').read(),
31-
author='Gaëtan Harter',
32-
author_email='[email protected]',
31+
author='Gaëtan Harter, Leandro Lanzieri, Martine S. Lenders',
32+
author_email='[email protected], '
33+
34+
3335
url=URL,
3436
license=LICENSE,
3537
download_url=URL,
@@ -40,6 +42,7 @@ def get_version(package):
4042
'Programming Language :: Python :: 3.5',
4143
'Programming Language :: Python :: 3.6',
4244
'Programming Language :: Python :: 3.7',
45+
'Programming Language :: Python :: 3.8',
4346
'Intended Audience :: End Users/Desktop',
4447
'Environment :: Console',
4548
'Topic :: Utilities', ],

0 commit comments

Comments
 (0)