mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-19 03:06:33 +00:00
Also install the test plugins.
This commit is contained in:
parent
b1414249f7
commit
b477a4656d
2
setup.py
2
setup.py
@ -249,7 +249,7 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
"test": PleaseUseTox,
|
||||
},
|
||||
package_dir = {'':'src'},
|
||||
packages=find_packages('src'),
|
||||
packages=find_packages('src') + ['allmydata.test.plugins'],
|
||||
classifiers=trove_classifiers,
|
||||
python_requires="<3.0",
|
||||
install_requires=install_requires,
|
||||
|
Loading…
Reference in New Issue
Block a user