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