Skip to content

Commit

Permalink
Update and modify files for the project
Browse files Browse the repository at this point in the history
- Updated files:
  - .cruft.json
  - .github/workflows/release.yml
  - README.md
  - docs/index.md
  - mkdocs.yml
  - pyproject.toml
  - src/nipe_py/__init__.py
  • Loading branch information
Aviksaikat committed May 7, 2024
1 parent 07284f0 commit c402004
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .cruft.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"cookiecutter": {
"full_name": "Saikat Karmakar",
"email": "[email protected]",
"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",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: <a href="https://avik_saikat.github.io/nipe_py/" target="_blank">https://avik_saikat.github.io/nipe_py/</a>
**Documentation**: <a href="https://aviksaikat.github.io/nipe_py/" target="_blank">https://aviksaikat.github.io/nipe_py/</a>

**Source Code**: <a href="https://github.com/avik_saikat/nipe_py" target="_blank">https://github.com/avik_saikat/nipe_py</a>
**Source Code**: <a href="https://github.com/aviksaikat/nipe_py" target="_blank">https://github.com/aviksaikat/nipe_py</a>

---

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**: <a href="https://avik_saikat.github.io/nipe_py/" target="_blank">https://avik_saikat.github.io/nipe_py/</a>
**Documentation**: <a href="https://aviksaikat.github.io/nipe_py/" target="_blank">https://aviksaikat.github.io/nipe_py/</a>

**Source Code**: <a href="https://github.com/avik_saikat/nipe_py" target="_blank">https://github.com/avik_saikat/nipe_py</a>
**Source Code**: <a href="https://github.com/aviksaikat/nipe_py" target="_blank">https://github.com/aviksaikat/nipe_py</a>

---

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion src/nipe_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

__all__ = ["Device", "Install", "Status", "Restart", "Start", "Stop"]

__version__ = "0.0.1"
__version__ = "0.0.2"

0 comments on commit c402004

Please sign in to comment.