File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ include *.h
2
+ include **/*.h
Original file line number Diff line number Diff line change 2
2
#include <structmember.h>
3
3
#include "bigWig.h"
4
4
5
- #define pyBigWigVersion "0.3.19 "
5
+ #define pyBigWigVersion "0.3.20 "
6
6
7
7
typedef struct {
8
8
PyObject_HEAD
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
3
3
requires = [" oldest-supported-numpy" , " setuptools" , " setuptools-scm" ]
4
4
5
5
[project ]
6
- authors = [{name = " Devon P. Ryan" , email = " ryan@ie-freiburg.mpg.de " }]
6
+ authors = [{name = " Devon P. Ryan" , email = " dryan79@gmail.com " }]
7
7
classifiers = [
8
8
" Development Status :: 5 - Production/Stable" ,
9
9
" Intended Audience :: Developers" ,
@@ -20,7 +20,7 @@ classifiers = [
20
20
description = " A package for accessing bigWig files using libBigWig"
21
21
keywords = [" bioinformatics" , " bigWig" , " bigBed" ]
22
22
name = " pyBigWig"
23
- version = " 0.3.19 "
23
+ version = " 0.3.20 "
24
24
readme = " README.md"
25
25
requires-python = " >=3.7"
26
26
You can’t perform that action at this time.
0 commit comments