We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0599cd + 0482a5f commit 8454621Copy full SHA for 8454621
MANIFEST.in
@@ -0,0 +1 @@
1
+include mzspeclib/validate/rules/*.json
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name='mzspeclib'
3
-version='1.0.6'
+version='1.0.7'
4
description='HUPO-PSI Spectral library format'
5
6
keywords = [
@@ -69,6 +69,9 @@ build-backend = "setuptools.build_meta"
69
[tool.setuptools.packages]
70
find = {}
71
72
+[tool.setuptools.package-data]
73
+"mzspeclib.validate.rules" = ["*.json"]
74
+
75
[tool.ruff]
76
target-version = "py38"
77
line-length = 120
0 commit comments