diff --git a/.drone.yml b/.drone.yml index 3d1d6ec..2e75d7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,7 @@ steps: environment: PYTHONPATH: . commands: - - python test/__init__.py + - python tests/__init__.py - name: Build package files commands: diff --git a/setup.py b/setup.py index 495defa..135675c 100644 --- a/setup.py +++ b/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", diff --git a/test/__init__.py b/tests/__init__.py similarity index 100% rename from test/__init__.py rename to tests/__init__.py diff --git a/test/stubSipServer.py b/tests/stubSipServer.py similarity index 100% rename from test/stubSipServer.py rename to tests/stubSipServer.py diff --git a/test/test.sip b/tests/test.sip similarity index 100% rename from test/test.sip rename to tests/test.sip