Skip to content

Commit

Permalink
Trying to make this pipx-installable
Browse files Browse the repository at this point in the history
  • Loading branch information
DaelonSuzuka committed Jun 11, 2024
1 parent 18d20cb commit 2166242
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
Empty file added app/__init__.py
Empty file.
11 changes: 9 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,12 @@ dependencies = [
"superqt",
]

[project.gui-scripts]
spam-gui = "app:main"
[project.scripts]
stagehand = "app.main:main"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
package-dir = {"" = "app"}
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,3 @@ python_requires = >=3.8

[bdist_wheel]
universal = 1

[aliases]
test=pytest

[options.entry_points]
gui_scripts =
stagehand=app.main:main

0 comments on commit 2166242

Please sign in to comment.