Compare commits

...

9 Commits

Author SHA1 Message Date
Shadow15510 5c782f2a88 Finishing tests 2023-07-21 11:22:14 +02:00
Shadow15510 15d21a9d60 Finishing tests 2023-07-21 11:21:57 +02:00
Shadow15510 369e6aaec2 Update setup 2023-07-21 11:16:36 +02:00
Shadow15510 1361d3a81a Cleaning empty files 2023-07-21 11:08:55 +02:00
Shadow15510 5e28f234fa Rollback 2023-07-21 11:08:26 +02:00
Shadow15510 5c623a8508 Adding dependencies: third try 2023-07-21 11:05:14 +02:00
Shadow15510 96591f1da0 Adding dependencies: second try 2023-07-21 10:57:56 +02:00
Shadow15510 bcb7e7c506 Update version 2023-07-21 10:43:12 +02:00
Shadow15510 7791f7f2cb add requirements 2023-07-21 10:42:40 +02:00
6 changed files with 15 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# IRC API
[![Documentation Status](https://readthedocs.org/projects/irc-api/badge/?version=latest)](https://irc-api.readthedocs.io/en/latest/?badge=latest) [![Licence](https://img.shields.io/github/license/Shadow15510/irc_api?color=green)](https://github.com/Shadow15510/irc_api/blob/master/LICENSE)
[![Documentation Status](https://readthedocs.org/projects/irc-api/badge/?version=latest)](https://irc-api.readthedocs.io/en/latest/?badge=latest)
[![Licence](https://img.shields.io/github/license/Shadow15510/irc_api?color=green)](https://github.com/Shadow15510/irc_api/blob/master/LICENSE)
[![Build Status](https://github.com/Shadow15510/irc_api/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Shadow15510/irc_api/actions/workflows/python-publish.yml)
## Description
IRC API is a small API to make Python IRC bots. This API is based on decorators to make commands like the `cog` module in `discord.py`.

View File

@ -1,3 +1,4 @@
===================================
Welcome to IRC API's documentation!
===================================

View File

@ -1,2 +1,5 @@
sphinx>=7.0.1
sphinx
sphinx-autodocgen
sphinx-rtd-theme

View File

@ -34,6 +34,7 @@ doc = [
[tool.setuptools.dynamic.version]
attr = "irc_api.__init__.__version__"
[project.urls]
Homepage = "https://github.com/Shadow15510/irc_api"
Documentation = "https://irc-api.readthedocs.io/en/latest/"
Documentation = "https://irc-api.readthedocs.io/en/stable/"

4
setup.py Normal file
View File

@ -0,0 +1,4 @@
from setuptools import setup
if __name__ == "__main__":
setup()

View File

@ -1 +1 @@
__version__ = "1.0.2"
__version__ = "1.0.6"