Skip to content

Commit a1bbbb2

Browse files
committed
UPD: fix build
1 parent 0674674 commit a1bbbb2

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "retromol"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "RetroMol is retrosynthetic analysis tool for modular natural products"
55
readme = "README.md"
66
requires-python = ">=3.10"
@@ -57,17 +57,15 @@ allow-direct-references = true
5757
[tool.hatch.build.targets.wheel]
5858
packages = ["src/retromol"]
5959
sources = ["src"]
60-
61-
[project.scripts]
62-
retromol = "retromol.cli:main"
63-
64-
[tool.hatch.build]
6560
include = [
6661
"src/retromol/data/default_matching_rules.yml",
6762
"src/retromol/data/default_reaction_rules.yml",
6863
"src/retromol/data/default_wave_config.yml"
6964
]
7065

66+
[project.scripts]
67+
retromol = "retromol.cli:main"
68+
7169
# -------------------------
7270
# Hatch env + scripts
7371
# -------------------------

0 commit comments

Comments
 (0)