mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-17 23:08:21 +00:00
whitespace, and add 'tox' to 'test' extra
This commit is contained in:
10
setup.py
10
setup.py
@ -268,8 +268,14 @@ setup(name=APPNAME,
|
|||||||
],
|
],
|
||||||
classifiers=trove_classifiers,
|
classifiers=trove_classifiers,
|
||||||
install_requires=install_requires,
|
install_requires=install_requires,
|
||||||
extras_require={"test": ["pyflakes", "coverage", "mock"],
|
extras_require={
|
||||||
},
|
"test": [
|
||||||
|
"pyflakes",
|
||||||
|
"coverage",
|
||||||
|
"mock",
|
||||||
|
"tox",
|
||||||
|
],
|
||||||
|
},
|
||||||
package_data={"allmydata.web": ["*.xhtml",
|
package_data={"allmydata.web": ["*.xhtml",
|
||||||
"static/*.js", "static/*.png", "static/*.css",
|
"static/*.js", "static/*.png", "static/*.css",
|
||||||
"static/img/*.png",
|
"static/img/*.png",
|
||||||
|
Reference in New Issue
Block a user