diff --git a/README.rst b/README.rst index f84dd88..634a637 100644 --- a/README.rst +++ b/README.rst @@ -199,7 +199,7 @@ Now, there several thing will happen: - Config file will be read, and wrapper module will be found - 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 ``Config.fs-uae`` - If ``wrapper_save_state`` is set, and there is saved state archive, it also diff --git a/setup.py b/setup.py index f44ec1e..7054c0e 100755 --- a/setup.py +++ b/setup.py @@ -7,12 +7,12 @@ from setuptools import setup setup(name='fs-uae-wrapper', packages=['fs_uae_wrapper'], - version='0.8', + version='0.8.1', description='Automate archives and state for fs-uae', author='Roman Dobosz', author_email='gryf73@gmail.com', 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'], scripts=['script/fs-uae-wrapper'], classifiers=['Programming Language :: Python :: 2',