Skip to content

Commit

Permalink
Add build script to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Feb 18, 2024
1 parent 950af15 commit e9cc512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors = ["virgilsisoe <[email protected]>"]

[tool.poetry.scripts]
nukeserversocket = "nukeserversocket.controllers.local_app:main"
build = "release_manager:build"

[tool.isort]
skip = ["__init__.py"]
Expand Down

0 comments on commit e9cc512

Please sign in to comment.