From c0893f75f44efeaab43f1b2b61521eee12785458 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Mon, 31 Jul 2023 16:39:44 -0700 Subject: [PATCH] test fix for CI builds --- .github/workflows/debian.yml | 2 -- lincot/__init__.py | 2 +- setup.cfg | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debian.yml b/.github/workflows/debian.yml index 4afac44..62d156f 100644 --- a/.github/workflows/debian.yml +++ b/.github/workflows/debian.yml @@ -26,13 +26,11 @@ jobs: - name: Build Debian/Apt sdist_dsc run: | - python3 -m pip install . rm -Rf deb_dist/* python3 setup.py --command-packages=stdeb.command sdist_dsc - name: Build Debian/Apt bdist_deb run: | - python3 -m pip install . export REPO_NAME=$(echo ${{ github.repository }} | awk -F"/" '{print $2}') python3 setup.py --command-packages=stdeb.command bdist_deb ls -al deb_dist/ diff --git a/lincot/__init__.py b/lincot/__init__.py index 5e0ed24..73027c6 100644 --- a/lincot/__init__.py +++ b/lincot/__init__.py @@ -19,7 +19,7 @@ :source: """ -__version__ = "1.0.2-beta5" +__version__ = "1.0.2-beta6" __author__ = "Greg Albrecht " __copyright__ = "Copyright 2023 Sensors & Signals LLC" __license__ = "Apache License, Version 2.0" diff --git a/setup.cfg b/setup.cfg index bcaaf20..d6ea424 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,6 +68,7 @@ console_scripts = [options] +packages = lincot python_requires = >=3.6, <4 install_requires = pytak >= 5.4.0