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:
8
setup.py
8
setup.py
@ -268,7 +268,13 @@ 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",
|
||||
|
Reference in New Issue
Block a user