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 915535f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@
python_requires=">=3",
install_requires=["questionary"],
extras_require={
":python_version == '3.6'": [
"importlib-resources==5.4.0",
],
"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 915535f

Please sign in to comment.