mirror of
https://github.com/robmcmullen/asmgen.git
synced 2025-02-06 17:30:20 +00:00
Updated to version 2.0, dropping support for python 2
This commit is contained in:
parent
b946684f0d
commit
f3b6a5195d
@ -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
|
||||
|
4
setup.py
4
setup.py
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user