mirror of
https://github.com/gryf/fs-uae-wrapper.git
synced 2025-12-22 22:28:03 +01:00
Fix download link and typo in readme
This commit is contained in:
@@ -199,7 +199,7 @@ Now, there several thing will happen:
|
|||||||
|
|
||||||
- Config file will be read, and wrapper module will be found
|
- Config file will be read, and wrapper module will be found
|
||||||
- New temporary directory will be created
|
- New temporary directory will be created
|
||||||
- Archive with game assists will be extracted in that directory
|
- Archive with game assets will be extracted in that directory
|
||||||
- Configuration file will be copied into that directory, and renamed to
|
- Configuration file will be copied into that directory, and renamed to
|
||||||
``Config.fs-uae``
|
``Config.fs-uae``
|
||||||
- If ``wrapper_save_state`` is set, and there is saved state archive, it also
|
- If ``wrapper_save_state`` is set, and there is saved state archive, it also
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -7,12 +7,12 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(name='fs-uae-wrapper',
|
setup(name='fs-uae-wrapper',
|
||||||
packages=['fs_uae_wrapper'],
|
packages=['fs_uae_wrapper'],
|
||||||
version='0.8',
|
version='0.8.1',
|
||||||
description='Automate archives and state for fs-uae',
|
description='Automate archives and state for fs-uae',
|
||||||
author='Roman Dobosz',
|
author='Roman Dobosz',
|
||||||
author_email='gryf73@gmail.com',
|
author_email='gryf73@gmail.com',
|
||||||
url='https://github.com/gryf/fs-uea-wrapper',
|
url='https://github.com/gryf/fs-uea-wrapper',
|
||||||
download_url='https://github.com/gryf/pygtktalog.git',
|
download_url='https://github.com/gryf/fs-uae-wrapper/archive/master.zip',
|
||||||
keywords=['uae', 'fs-uae', 'amiga', 'emulator', 'wrapper'],
|
keywords=['uae', 'fs-uae', 'amiga', 'emulator', 'wrapper'],
|
||||||
scripts=['script/fs-uae-wrapper'],
|
scripts=['script/fs-uae-wrapper'],
|
||||||
classifiers=['Programming Language :: Python :: 2',
|
classifiers=['Programming Language :: Python :: 2',
|
||||||
|
|||||||
Reference in New Issue
Block a user