Skip to content

Commit

Permalink
⏪ put back soundboard into an_website wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed May 26, 2024
1 parent 53d345d commit 45cba61
Show file tree
Hide file tree
Showing 51 changed files with 4 additions and 24 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
23 changes: 0 additions & 23 deletions plugins/soundboard/pyproject.toml

This file was deleted.

File renamed without changes.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def path(path: str | PathLike[str]) -> Path:
version=get_version(),
url="https://github.com/asozialesnetzwerk/an-website",
classifiers=classifiers,
packages=["an_website"],
packages=["an_website", "plugins.soundboard"],
python_requires=">=3.12",
install_requires=path("pip-requirements.txt")
.read_text("UTF-8")
Expand All @@ -105,6 +105,9 @@ def path(path: str | PathLike[str]) -> Path:
"console_scripts": (
"an-website = an_website.__main__:main",
"an-backdoor-client = an_website.backdoor.client:main",
),
"an_website-modules": (
"get_module_infos = plugins.soundboard:get_module_infos",
)
},
)
Expand Down

0 comments on commit 45cba61

Please sign in to comment.