diff --git a/Dockerfile b/Dockerfile index 29894de3..df97167e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3 # Add labels to describe the Docker image LABEL org.opencontainers.image.description="The image includes all the necessary dependencies and configurations to run Ikabot seamlessly." -LABEL org.opencontainers.image.source="https://github.com/physics-sec/ikabot" +LABEL org.opencontainers.image.source="https://github.com/Ikabot-Collective/ikabot" LABEL org.opencontainers.image.licenses="MIT" WORKDIR /ikabot diff --git a/README.md b/README.md index 01472be6..30ba5dc0 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # Ikabot - (Ikariam Bot) -[![Downloads](https://static.pepy.tech/badge/ikabot)](https://pepy.tech/project/ikabot) ![GitHub Repo stars](https://img.shields.io/github/stars/physics-sec/ikabot?style=flat) ![licence](https://img.shields.io/github/license/physics-sec/ikabot?style=flat) +[![Downloads](https://static.pepy.tech/badge/ikabot)](https://pepy.tech/project/ikabot) ![GitHub Repo stars](https://img.shields.io/github/stars/Ikabot-Collective/ikabot?style=flat) ![licence](https://img.shields.io/github/license/Ikabot-Collective/ikabot?style=flat) Ikabot, written in Python, is a cross-platform program that brings you the power of a premium Ikariam account without the need to spend ambrosia. Our toolset is designed to simplify every aspect of your gaming experience, from efficient city management, strategic warfare, and simplified alerts. -Discover its features [here](https://github.com/physics-sec/ikabot/wiki/Features) and enhance your Ikariam adventure with Ikabot. +Discover its features [here](https://github.com/Ikabot-Collective/ikabot/wiki/Features) and enhance your Ikariam adventure with Ikabot. # Getting Started -- Checkout the [Getting Started guide](https://github.com/physics-sec/ikabot/wiki/Getting-Started) +- Checkout the [Getting Started guide](https://github.com/Ikabot-Collective/ikabot/wiki/Getting-Started) # Contribution Guidelines @@ -22,6 +22,6 @@ Discover its features [here](https://github.com/physics-sec/ikabot/wiki/Features This project exists thanks to all the people who contribute. - - + + diff --git a/setup.py b/setup.py index 06b36368..4dced712 100644 --- a/setup.py +++ b/setup.py @@ -6,8 +6,8 @@ author="physics-sp", author_email="physics-sp@protonmail.com", license='MIT', - description="A bot for ikariam", - url="https://github.com/physics-sp/ikabot", + description="A Python-based bot designed for automating tasks in the game Ikariam", + url="https://github.com/Ikabot-Collective/ikabot", include_package_data=True, packages=setuptools.find_packages(), install_requires=[