Skip to content

Commit 0b1ea28

Browse files
🎨 pyproject.toml updated for python package
1 parent 5b11187 commit 0b1ea28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎pyproject.toml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["src/instanexus"]
77

88
[project]
99
name = "instanexus"
10-
version = "0.1.0"
10+
version = "0.2.0"
1111
description = "End-to-end workflow for de novo protein sequencing based on InstaNovo"
1212
readme = "README.md"
1313
readme-content-type = "text/markdown"
@@ -48,7 +48,7 @@ Homepage = "https://github.com/Multiomics-Analytics-Group/InstaNexus"
4848
Issues = "https://github.com/Multiomics-Analytics-Group/InstaNexus/issues"
4949

5050
[project.scripts]
51-
instanexus = "instanexus.__main__:main"
51+
instanexus = "instanexus.main:cli"
5252

5353
[tool.black]
5454
line-length = 88

0 commit comments

Comments
 (0)