Skip to content

Commit

Permalink
format using black (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutilleul committed Jul 4, 2023
1 parent 26d7f65 commit 7e34855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
python3 -m build --sdist --wheel --outdir dist/
# retrieve your distributions here
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"riscemu": ["libc/*.s", "py.typed"],
},
data_files=[
('libc', glob('libc/*.s')),
("libc", glob("libc/*.s")),
],
scripts=["riscemu/tools/riscemu"],
python_requires=">=3.8",
Expand Down

0 comments on commit 7e34855

Please sign in to comment.