There was an error while loading. Please reload this page.
1 parent 0674674 commit a1bbbb2Copy full SHA for a1bbbb2
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "retromol"
3
-version = "1.0.0"
+version = "1.0.1"
4
description = "RetroMol is retrosynthetic analysis tool for modular natural products"
5
readme = "README.md"
6
requires-python = ">=3.10"
@@ -57,17 +57,15 @@ allow-direct-references = true
57
[tool.hatch.build.targets.wheel]
58
packages = ["src/retromol"]
59
sources = ["src"]
60
-
61
-[project.scripts]
62
-retromol = "retromol.cli:main"
63
64
-[tool.hatch.build]
65
include = [
66
"src/retromol/data/default_matching_rules.yml",
67
"src/retromol/data/default_reaction_rules.yml",
68
"src/retromol/data/default_wave_config.yml"
69
]
70
+[project.scripts]
+retromol = "retromol.cli:main"
+
71
# -------------------------
72
# Hatch env + scripts
73
0 commit comments