Skip to content

Commit

Permalink
Fixed packages find in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
gryf committed Sep 14, 2024
1 parent f311605 commit 7e3d686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,6 @@ Options used:
* ``wrapper_archive`` (optional) path to the whdload archive, defaults to same
name as configuration file with some detected archive extension. Note, that
name is case sensitive
* ``wrapper_archiver`` (optional) archiver to use for storage save state -
default ``7z``.

This module is solely used with whdload distributed games (not just whdload
slave files, but whole games, which can be found on several places on the
Expand Down Expand Up @@ -365,7 +363,7 @@ where the minimum dependences are:
- `WHDLoad`_ 18.9
- `SetPatch`_ 43.6

and the ``S/startup-sequence`` should at east contain:
and the ``S/startup-sequence`` should at least contain:

.. code::
Expand Down Expand Up @@ -509,7 +507,7 @@ And execution is as usual:
Now, similar to the archive module, it will create temporary directory, unpack
base image there, unpack WHDLoad game archive, search for slave file, and
preapre ``s:whdload-startup``, and finally pass all the configuration to
prepare ``s:whdload-startup``, and finally pass all the configuration to
fs-uae.


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Homepage = "https://github.com/gryf/fs-uae-wrapper"
fs-uae-wrapper = "fs_uae_wrapper.wrapper:run"

[tool.setuptools]
py-modules = ["fs_uae_wrapper"]
packages = ["fs_uae_wrapper"]

[tool.distutils.bdist_wheel]
universal = true
Expand Down

0 comments on commit 7e3d686

Please sign in to comment.