Skip to content

Commit

Permalink
update programing language C++
Browse files Browse the repository at this point in the history
  • Loading branch information
Joungkyun committed May 11, 2016
1 parent 6bb492c commit 4414208
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include src/*.h
include Makefile
include test*.py
include Makefile COPYING Changes INSTALL
include tests/*
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4414208

Please sign in to comment.