Skip to content

Commit 8454621

Browse files
authored
Merge pull request #5 from hechth/rules-inclusion
including rules in source distribution
2 parents e0599cd + 0482a5f commit 8454621

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include mzspeclib/validate/rules/*.json

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name='mzspeclib'
3-
version='1.0.6'
3+
version='1.0.7'
44
description='HUPO-PSI Spectral library format'
55

66
keywords = [
@@ -69,6 +69,9 @@ build-backend = "setuptools.build_meta"
6969
[tool.setuptools.packages]
7070
find = {}
7171

72+
[tool.setuptools.package-data]
73+
"mzspeclib.validate.rules" = ["*.json"]
74+
7275
[tool.ruff]
7376
target-version = "py38"
7477
line-length = 120

0 commit comments

Comments
 (0)