diff --git a/MANIFEST.in b/MANIFEST.in index 4d58eed7..122cd026 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ recursive-include . *.py +prune node_modules include lib/jasmine-core/*.js include lib/jasmine-core/*.css include images/*.png diff --git a/setup.py b/setup.py index ad602a41..d258ccfe 100644 --- a/setup.py +++ b/setup.py @@ -23,9 +23,6 @@ setup( 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3',