1
0
mirror of https://github.com/gryf/fs-uae-wrapper.git synced 2025-12-22 14:08:06 +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

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