Skip to content
This repository has been archived by the owner on Apr 10, 2023. It is now read-only.

Commit

Permalink
chore: Ready to be published to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
B1ue-Dev committed May 26, 2022
1 parent 0545bc4 commit 9d819ab
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 @@ -6,13 +6,13 @@
setup(
name="interactions-files",
version="1.0.0",
description="An external for interactions.py, monkeypatching CommandContext for files sending",
description="An external for interactions.py, adding files to CommandContext for file sending",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Jimmy-Blue/interactions-files",
author="Jimmy-Blue",
author_email="jimmyblue00@duck.com",
license="MIT",
license="GNU GPL-3",
packages=["interactions.ext.files"],
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 9d819ab

Please sign in to comment.