Type: test --> tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marcel Nijenhof
2020-09-08 16:40:04 +02:00
parent 7ba9e27e14
commit 62456fd35b
5 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ steps:
environment: environment:
PYTHONPATH: . PYTHONPATH: .
commands: commands:
- python test/__init__.py - python tests/__init__.py
- name: Build package files - name: Build package files
commands: commands:

View File

@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="lmwsip", # Replace with your own username name="lmwsip", # Replace with your own username
version="0.0.1", version="0.0.2",
author="Marcel Nijenhof", author="Marcel Nijenhof",
author_email="pip@pion.xs4all.nl", author_email="pip@pion.xs4all.nl",
description="Interface for the lmw sip protocol", description="Interface for the lmw sip protocol",