Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-dubious authored Apr 3, 2024
1 parent 82b4ba7 commit 2e1ba33
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from setuptools import setup, find_packages

setup(
with open("README.md", "r") as fh:
with open("README.md", "r") as fh:
long_description = fh.read()

setup(

name="discord-self-react-bot",
version="0.1",
packages=find_packages(),
Expand Down

0 comments on commit 2e1ba33

Please sign in to comment.