License toegevoegd
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Marcel Nijenhof
2021-12-01 22:01:05 +01:00
parent f8f374569d
commit 73b15f58ca
3 changed files with 23 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="lmwsip", # Replace with your own username
version="0.1.9",
version="0.9.0",
author="Marcel Nijenhof",
author_email="pip@marceln.org",
description="Interface for the lmw sip protocol",
@@ -18,7 +18,7 @@ setuptools.setup(
],
classifiers=[
"Programming Language :: Python :: 3",
"License :: TODO",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Topic :: Lmw sip interface"
],