1
0
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:
2017-06-19 19:55:02 +02:00
parent eb9012f3fa
commit 193e487bb9
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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',