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 b8925fd commit 82b4ba7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
from setuptools import setup, find_packages

setup(
with open("README.md", "r") as fh:
long_description = fh.read()
name="discord-self-react-bot",
version="0.1",
packages=find_packages(),
Expand All @@ -9,4 +11,11 @@
author_email="[email protected]",
description="discord reaction bot",
url="https://github.com/dubious-senpai/discord-self-react-bot",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.9',
)

0 comments on commit 82b4ba7

Please sign in to comment.