Skip to content

Commit e46ceb4

Browse files
committed
update infrastructure incld versioneer -> setuptools_scm
1 parent 8acf74b commit e46ceb4

File tree

9 files changed

+22
-2873
lines changed

9 files changed

+22
-2873
lines changed

.codecov.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
codecov:
2+
require_ci_to_pass: yes
3+
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
informational: true
9+
patch:
10+
default:
11+
informational: true
12+
changes: false
13+
14+
comment: off

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ubuntu-latest]
18-
python-version: [3.7, 3.8, 3.9, '3.10']
18+
python-version: [3.8, 3.9, '3.10']
1919
env: [base]
2020
include:
2121
- os: macos-latest

.lgtm.yml

-6
This file was deleted.

MANIFEST.in

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
include versioneer.py
2-
include autoray/_version.py
31
include README.rst
42
include setup.cfg
53
include LICENSE

autoray/__init__.py

-3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,3 @@
5656
# lazy array library
5757
"lazy",
5858
)
59-
60-
from . import _version
61-
__version__ = _version.get_versions()['version']

0 commit comments

Comments
 (0)