Skip to content

Commit

Permalink
Merge pull request #139 from deeptools/MANIFEST
Browse files Browse the repository at this point in the history
Add MANIFEST.in
  • Loading branch information
dpryan79 authored Mar 1, 2023
2 parents 64412af + 5aaa3de commit 961f97d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include *.h
include **/*.h
2 changes: 1 addition & 1 deletion pyBigWig.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <structmember.h>
#include "bigWig.h"

#define pyBigWigVersion "0.3.19"
#define pyBigWigVersion "0.3.20"

typedef struct {
PyObject_HEAD
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
requires = ["oldest-supported-numpy", "setuptools", "setuptools-scm"]

[project]
authors = [{name = "Devon P. Ryan", email = "[email protected]"}]
authors = [{name = "Devon P. Ryan", email = "[email protected]"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -20,7 +20,7 @@ classifiers = [
description = "A package for accessing bigWig files using libBigWig"
keywords = ["bioinformatics", "bigWig", "bigBed"]
name = "pyBigWig"
version = "0.3.19"
version = "0.3.20"
readme = "README.md"
requires-python = ">=3.7"

Expand Down

0 comments on commit 961f97d

Please sign in to comment.