This commit is contained in:
@@ -12,7 +12,7 @@ steps:
|
||||
environment:
|
||||
PYTHONPATH: .
|
||||
commands:
|
||||
- python test/__init__.py
|
||||
- python tests/__init__.py
|
||||
|
||||
- name: Build package files
|
||||
commands:
|
||||
|
2
setup.py
2
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.1",
|
||||
version="0.0.2",
|
||||
author="Marcel Nijenhof",
|
||||
author_email="pip@pion.xs4all.nl",
|
||||
description="Interface for the lmw sip protocol",
|
||||
|
Reference in New Issue
Block a user