1
0
mirror of https://github.com/mnaberez/py65.git synced 2025-04-08 19:40:03 +00:00

Added license.

This commit is contained in:
Mike Naberezny 2008-11-10 03:09:53 +00:00
parent 94cb64320a
commit baf0c3a888

View File

@ -51,7 +51,7 @@ py65_version = open(version_txt).read().strip()
dist = setup(
name = 'py65',
version = py65_version,
license = '',
license = 'License :: OSI Approved :: BSD License',
url = '',
download_url = '',
description = '6502 microprocessor simulation package',