diff --git a/README.md b/README.md index 88a4448..9a3ba5a 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,12 @@ In the Nigerian version, extra special cards were introduced. These special card To use this you need `Python 3.11` or higher. Other lower versions of Python might work but I haven't tested them. -First, install the dependencies with this command: ```bash -pip install -r requirements.txt +pip install whot ``` -Then run the server: - -```bash -python3 main.py -``` - -The application will run on all available addresses on the system. +Go through the [documentation](https://eteimz.github.io/whot/) to learn more. ## Contributions diff --git a/docs/source/conf.py b/docs/source/conf.py index b8c417a..fff04d9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -13,7 +13,7 @@ project = 'whot' copyright = '2025, Eteims' author = 'Eteims' -release = '0.0.1' +release = '0.0.2' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index c5acb98..7ec1144 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,12 @@ build-backend = "setuptools.build_meta" [project] name = "whot" -version = "0.0.1" +version = "0.0.2" requires-python = ">=3.11" authors = [ { name="Eteims", email="8teims@gmail.com" }, ] +readme = "README.md" description = "A whot! engine" license = "MIT" license-files = ["LICEN[CS]E*"]