Remove node modules from python wheel, and update languages
[finishes #87860474]
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
recursive-include . *.py
|
recursive-include . *.py
|
||||||
|
prune node_modules
|
||||||
include lib/jasmine-core/*.js
|
include lib/jasmine-core/*.js
|
||||||
include lib/jasmine-core/*.css
|
include lib/jasmine-core/*.css
|
||||||
include images/*.png
|
include images/*.png
|
||||||
|
|||||||
3
setup.py
3
setup.py
@@ -23,9 +23,6 @@ setup(
|
|||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'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',
|
||||||
'Programming Language :: Python :: 3.2',
|
'Programming Language :: Python :: 3.2',
|
||||||
'Programming Language :: Python :: 3.3',
|
'Programming Language :: Python :: 3.3',
|
||||||
|
|||||||
Reference in New Issue
Block a user