Remove node modules from python wheel, and update languages

[finishes #87860474]
This commit is contained in:
Gregg Van Hove
2018-01-31 14:23:32 -08:00
parent 0eca06a33b
commit 42e00b3bc5
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
recursive-include . *.py
prune node_modules
include lib/jasmine-core/*.js
include lib/jasmine-core/*.css
include images/*.png

View File

@@ -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',