This commit is contained in:
@@ -16,7 +16,7 @@ steps:
|
||||
|
||||
- name: Build package files
|
||||
commands:
|
||||
- python3 setup.py sdist bdist_wheel
|
||||
- python setup.py test
|
||||
|
||||
- name: Versie toevoegen aan download
|
||||
environment:
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,3 +5,5 @@ build
|
||||
dist
|
||||
lmwsip_marceln.egg-info
|
||||
test/__pycache__
|
||||
lmwsip.egg-info
|
||||
*.swp
|
||||
|
@@ -4,7 +4,7 @@ import sys
|
||||
import io
|
||||
import unittest
|
||||
import lmwsip
|
||||
import stubSipServer
|
||||
import lmwsip.tests.stubSipServer
|
||||
|
||||
from lmwsip.run import run
|
||||
from datetime import datetime, timedelta
|
||||
|
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