Skip to content

Commit fc1916b

Browse files
tomtanatomtana
andauthored
Feature/add source link (#19)
* Remove unnecessary build dependency and add source URL to project metadata * Update roadmap item from 'Terminal wrapper' to 'Cli wrapper' * Bump version to 0.8.2, remove unnecessary build dependency, and add VSCode settings for pytest --------- Co-authored-by: tomtana <[email protected]>
1 parent d7ee942 commit fc1916b

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ response.
140140
- \[x\] PyPI package
141141
- \[x\] Tests and coverage
142142
- \[x\] Windows compatibility
143-
- \[ \] Terminal wrapper
143+
- \[ \] Cli wrapper
144144

145145
## Contributing
146146

docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Roadmap
133133
- [x] PyPI package
134134
- [x] Tests and coverage
135135
- [x] Windows compatibility
136-
- [ ] Terminal wrapper
136+
- [ ] Cli wrapper
137137

138138
Contributing
139139
------------

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "python-glinet"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Python3 client for Gl.Inet LUCI API firmware 4.0 onwards."
55
readme = "README.md"
66
license = { file = "LICENSE" }
@@ -12,7 +12,6 @@ classifiers = [
1212
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"
1313
]
1414
dependencies = [
15-
"build>=1.3.0",
1615
"ipython>=8.18.1",
1716
"passlib>=1.7.4",
1817
"requests>=2.32.5",
@@ -22,6 +21,7 @@ dependencies = [
2221
[project.urls]
2322
"Bug Tracker" = "https://github.com/tomtana/python-glinet/issues"
2423
"Documentation" = "https://tomtana.github.io/python-glinet"
24+
"Source" = "https://github.com/tomtana/python-glinet"
2525

2626

2727

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)