Skip to content

Commit ca3c971

Browse files
authored
Merge pull request #2 from OpenCode/fix/project_building
Fix/project building
2 parents a01e5e1 + 1e31229 commit ca3c971

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies = [
3131
]
3232

3333
[project.scripts]
34-
calculator = "lugus.entry_points:lugus"
34+
lugus = "lugus.entry_points:lugus"
3535

3636
[project.urls]
3737
Documentation = "https://github.com/OpenCode/lugus#readme"

src/lugus/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-FileCopyrightText: 2024-present Francesco Apruzzese <[email protected]>
22
#
33
# SPDX-License-Identifier: MIT
4-
__version__ = "0.2.0"
4+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)