Skip to content

Commit

Permalink
🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot committed Jan 31, 2025
1 parent 8431c75 commit 58f1f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ def path(path: str | PathLike[str]) -> Path:
# </cursed>


install_requires=path("pip-requirements.txt").read_text("UTF-8").split("\n")
long_description=path("README.md").read_text("UTF-8")
install_requires = path("pip-requirements.txt").read_text("UTF-8").split("\n")
long_description = path("README.md").read_text("UTF-8")

setup(
author="Das Asoziale Netzwerk",
Expand Down

0 comments on commit 58f1f63

Please sign in to comment.