Cleanup & correctie tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2020-09-08 17:19:47 +02:00
parent 1bfa73a0f7
commit 2281ef9427
4 changed files with 6 additions and 3 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.0.3",
version="0.0.4",
author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl",
description="Interface for the lmw sip protocol",
@@ -17,6 +17,7 @@ setuptools.setup(
"Programming Language :: Python :: 3",
"License :: TODO",
"Operating System :: OS Independent",
"Topic :: Lmw sip interface"
],
python_requires='>=3.6',
)