From dd5bed8c64569e4a30b0317d3ad49b202abc4f76 Mon Sep 17 00:00:00 2001 From: John Evans Date: Tue, 28 May 2013 14:19:06 -0400 Subject: [PATCH 1/3] TODO file is unneeded, use github instead. --- TODO | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 48883ad..0000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ -Test -c options with multiple values. -Test -b options with h*w>4096 -Test -b options with h or w > 1024 -Test -b options with h or w < 4 From 6038557bd1610608d28b24adf6f3eee2b9ebeb19 Mon Sep 17 00:00:00 2001 From: John Evans Date: Fri, 31 May 2013 08:35:41 -0400 Subject: [PATCH 2/3] Fixed trove classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 97c7fb8..46fab40 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ clssfrs = ["Programming Language :: Python", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "License :: OSI Approved :: MIT License", - "Development Status :: 1 - Alpha", + "Development Status :: 3 - Alpha", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", "Intended Audience :: Scientific/Research", From 67328a61c83403b2458802aca3db17bcbbc4c7e4 Mon Sep 17 00:00:00 2001 From: John Evans Date: Fri, 31 May 2013 08:37:08 -0400 Subject: [PATCH 3/3] Fixed intended audience classifier. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 46fab40..b7c483a 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ clssfrs = ["Programming Language :: Python", "Development Status :: 3 - Alpha", "Operating System :: MacOS", "Operating System :: POSIX :: Linux", - "Intended Audience :: Scientific/Research", + "Intended Audience :: Science/Research", "Intended Audience :: Information Technology", "Topic :: Software Development :: Libraries :: Python Modules"] kwargs['classifiers'] = clssfrs