From 2327373cd1bdf24fb48f1b73dba0cf86f7de99e4 Mon Sep 17 00:00:00 2001 From: Simone Campagna Date: Fri, 9 Oct 2015 11:00:11 +0200 Subject: [PATCH] updated pypi classifiers --- callerframe.py | 2 +- setup.py | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/callerframe.py b/callerframe.py index e53e24b..47b6592 100644 --- a/callerframe.py +++ b/callerframe.py @@ -95,7 +95,7 @@ 'FrameInfo', 'callerframe', ] -__version__ = "1.0.3" +__version__ = "1.0.4" import collections import contextlib diff --git a/setup.py b/setup.py index df73b8d..4fc43d4 100644 --- a/setup.py +++ b/setup.py @@ -99,12 +99,12 @@ def read_requirements(*filenames): # 3 - Alpha # 4 - Beta # 5 - Production/Stable - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', # audience: 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools', + 'Topic :: Software Development :: Libraries :: Python Modules', # license: - 'License :: OSI Approved :: Apple Public Source License', + 'License :: OSI Approved :: Apache Software License', # language: 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 2.7',