Nieuwe versie

This commit is contained in:
Marcel Nijenhof
2021-07-25 16:37:48 +02:00
parent 1556832ab2
commit 2ae37db7a8

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.04",
version="0.1.05",
author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl",
description="Interface for the lmw sip protocol",
@@ -14,7 +14,7 @@ setuptools.setup(
url="https://marceln.org/git/Werk/lmwsip",
packages=setuptools.find_packages(),
install_requires=[
'python-dateutil',
'python-dateutil'
],
classifiers=[
"Programming Language :: Python :: 3",