From 4414208461187637bc4fb5c18e54ab753ff2163f Mon Sep 17 00:00:00 2001 From: JoungKyun Kim Date: Wed, 11 May 2016 16:59:24 +0000 Subject: [PATCH] update programing language C++ --- MANIFEST.in | 4 ++-- setup.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9e16010..d9bf966 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ include src/*.h -include Makefile -include test*.py +include Makefile COPYING Changes INSTALL +include tests/* diff --git a/setup.py b/setup.py index c6861d7..5cdc92d 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ def readme() : classifiers = [ ("License :: OSI Approved :: MIT License" + " Public License (LGPL)"), + "Programming Language :: C++", "Programming Language :: Python", 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7',