Skip to content

Commit

Permalink
pypi amendments
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtoid committed Feb 15, 2022
1 parent 21d8cfc commit 5ff33a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
include README.rst
include LICENSE
recursive-include chat_exporter/html *.html
recursive-include *.py
recursive-include chat_exporter/html *.html
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Usage
| *Optional: limit and tz_info are both optional.*
| *'limit' is to set the amount of messages to acquire from the history.*
| *'tz_info' is to set your own custom timezone.*
|
**Raw Usage**

.. code:: py
Expand Down Expand Up @@ -131,4 +131,4 @@ Links

Attributions
------------
*This project borrows CSS and HTML code from* `Tyrrrz's C# DiscordChatExporter <https://github.com/Tyrrrz/DiscordChatExporter/>`_ *repository.*
*This project borrows CSS and HTML code from* `Tyrrrz's C# DiscordChatExporter <https://github.com/Tyrrrz/DiscordChatExporter/>`_ *repository.*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
name="chat_exporter",
version="2.0",
author="mahtoid",
author_email="[email protected]",
description="A simple Discord chat exporter for Python Discord bots.",
long_description=long_description,
url="https://github.com/mahtoid/DiscordChatExporterPy",
Expand Down

0 comments on commit 5ff33a6

Please sign in to comment.