This commit is contained in:
3
setup.py
3
setup.py
@@ -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',
|
||||
)
|
||||
|
Reference in New Issue
Block a user