Updated to version 2.0, dropping support for python 2

This commit is contained in:
Rob McMullen 2018-07-01 21:26:04 -07:00
parent b946684f0d
commit f3b6a5195d
2 changed files with 5 additions and 4 deletions

View File

@ -31,10 +31,11 @@ that can use python
Prerequisites
-------------
* python 2.7 (but not 3.x yet)
* python 3.6 (and above)
* numpy
* pypng
Starting with version 2.0, python 2 support has been dropped.
Fork me!
========
@ -69,7 +70,7 @@ Disclaimer
==========
AsmGen, the 6502 code generator sponsored by the Player/Missile Podcast
Copyright (c) 2017 Rob McMullen
Copyright (c) 2017-2018 Rob McMullen
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -11,7 +11,7 @@ with open("README.rst", "r") as fp:
scripts = ["asmgen.py"]
setup(name="asmgen",
version="1.0",
version="2.0",
author="Rob McMullen",
author_email="feedback@playermissile.com",
url="https://github.com/robmcmullen/asmgen",
@ -20,7 +20,7 @@ setup(name="asmgen",
long_description=long_description,
license="GPL",
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License (GPL)",
"Topic :: Software Development :: Libraries",