Skip to content

Commit 550b2fd

Browse files
authored
Merge pull request #174 from aodn/4328_setuptools_fix_bug
4328 setuptools fix bug
2 parents c978fba + d17b81e commit 550b2fd

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
branch = True
33
source = aodntools
44
omit =
5+
setup.py
6+
aodntools/__init__.py
57
examples/*
68
test_aodntools/*
79

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [ '3.5', '3.8' ]
15+
python-version: [ '3.8' ]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}

aodntools/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
from ._version import version as __version__
33
except ImportError:
44
__version__ = "Unknown/Not Installed"
5-
__version__ = '0.0.0'

0 commit comments

Comments
 (0)