Skip to content

Commit

Permalink
fix dependencies and path for pages
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltingpenguin committed Sep 23, 2023
1 parent dd01fe2 commit 36261be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: libcobblersignatures/data
target-folder: data/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Can be found in our Docs: <https://libcobblersignatures.readthedocs.io>

The JSON Schema and an example can be found at

* <https://cobbler.github.io/libcobblersignatures/libcobblersignatures/data/<version>/schema.json >
* <https://cobbler.github.io/libcobblersignatures/libcobblersignatures/data/<version>/distro_signatures.json >
* <https://cobbler.github.io/libcobblersignatures/data/<version>/schema.json >
* <https://cobbler.github.io/libcobblersignatures/data/<version>/distro_signatures.json >


| version | cobbler_version |
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
packages=find_packages(exclude="tests"),
package_data={"libcobblersignatures.data": ["*.json"]},
python_requires=">=3",
install_requires=["questionary"],
install_requires=["questionary", "importlib_resources;python_version=='3.6'"],
extras_require={
"lint": ["pylint", "black"],
"test": ["coverage", "pytest"],
"docs": ["sphinx_rtd_theme"],
"changelog": ["towncrier>=22.8.0"],
"data": ["importlib-resources==5.4.0"],
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 36261be

Please sign in to comment.