From c402004163fb5a5a03c4f638e10adfd1608bca1b Mon Sep 17 00:00:00 2001 From: SAIKAT KARMAKAR Date: Wed, 8 May 2024 00:19:15 +0530 Subject: [PATCH] Update and modify files for the project - Updated files: - .cruft.json - .github/workflows/release.yml - README.md - docs/index.md - mkdocs.yml - pyproject.toml - src/nipe_py/__init__.py --- .cruft.json | 8 ++++---- .github/workflows/release.yml | 2 +- README.md | 4 ++-- docs/index.md | 4 ++-- mkdocs.yml | 4 ++-- pyproject.toml | 4 ++-- src/nipe_py/__init__.py | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.cruft.json b/.cruft.json index d0dab9e..63511b0 100644 --- a/.cruft.json +++ b/.cruft.json @@ -6,14 +6,14 @@ "cookiecutter": { "full_name": "Saikat Karmakar", "email": "king.arthur@camelot.bt", - "github_username": "avik_saikat", + "github_username": "aviksaikat", "project_name": "nipe_py", "dist_name": "nipe_py", "package_name": "nipe_py", "project_short_description": "", - "repository_name": "avik_saikat/nipe_py", - "repository_url": "https://github.com/avik_saikat/nipe_py", - "docs_url": "https://avik_saikat.github.io/nipe_py/", + "repository_name": "aviksaikat/nipe_py", + "repository_url": "https://github.com/aviksaikat/nipe_py", + "docs_url": "https://aviksaikat.github.io/nipe_py/", "open_source_license": "MIT license", "python_version": "3.11", "asyncio": "N", diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d1b1e0..eb84cf7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: hatch env create - name: Test run: | - sudo $(which hatch) run nipe --help + sudo $(which hatch) run nipe --help | grep "Start routing" > /dev/null release: runs-on: ubuntu-latest needs: test diff --git a/README.md b/README.md index 35d62a2..61c0ea7 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ [![GitHub license](https://img.shields.io/github/license/aviksaikat/nipe_py?style=flat&color=1573D5)](https://github.com/aviksaikat/nipe_py/blob/main/LICENSE) --- -**Documentation**: https://avik_saikat.github.io/nipe_py/ +**Documentation**: https://aviksaikat.github.io/nipe_py/ -**Source Code**: https://github.com/avik_saikat/nipe_py +**Source Code**: https://github.com/aviksaikat/nipe_py --- diff --git a/docs/index.md b/docs/index.md index ab3ceab..ffd2106 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,9 +10,9 @@ [![GitHub license](https://img.shields.io/github/license/aviksaikat/nipe_py?style=flat&color=1573D5)](https://github.com/aviksaikat/nipe_py/blob/main/LICENSE) --- -**Documentation**: https://avik_saikat.github.io/nipe_py/ +**Documentation**: https://aviksaikat.github.io/nipe_py/ -**Source Code**: https://github.com/avik_saikat/nipe_py +**Source Code**: https://github.com/aviksaikat/nipe_py --- diff --git a/mkdocs.yml b/mkdocs.yml index 4bc7cfd..dcd52d3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,8 +1,8 @@ site_name: nipe_py site_description: -repo_url: https://github.com/avik_saikat/nipe_py -repo_name: avik_saikat/nipe_py +repo_url: https://github.com/aviksaikat/nipe_py +repo_name: aviksaikat/nipe_py theme: name: material diff --git a/pyproject.toml b/pyproject.toml index 6fe14c4..c65632e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ dependencies = [ ] [project.urls] -Documentation = "https://avik_saikat.github.io/nipe_py/" -Source = "https://github.com/avik_saikat/nipe_py" +Documentation = "https://aviksaikat.github.io/nipe_py/" +Source = "https://github.com/aviksaikat/nipe_py" # mypy [tool.mypy] diff --git a/src/nipe_py/__init__.py b/src/nipe_py/__init__.py index 8e836b1..1673641 100644 --- a/src/nipe_py/__init__.py +++ b/src/nipe_py/__init__.py @@ -9,4 +9,4 @@ __all__ = ["Device", "Install", "Status", "Restart", "Start", "Stop"] -__version__ = "0.0.1" +__version__ = "0.0.2"