mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 21:17:54 +00:00
setup.py/MANIFEST.in: include missing files
Oops, we didn't include test.web in the previous release tarball, or the tests under integration/ .
This commit is contained in:
parent
6b373204d0
commit
9da041cf0e
@ -2,10 +2,12 @@ include README.rst
|
||||
include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home
|
||||
include relnotes.txt
|
||||
include Dockerfile
|
||||
include tox.ini
|
||||
include tox.ini .appveyor.yml .travis.yml
|
||||
include .coveragerc
|
||||
recursive-include src *.xhtml *.js *.png *.css *.svg *.txt
|
||||
graft docs
|
||||
graft misc
|
||||
graft static
|
||||
graft integration
|
||||
|
||||
global-exclude *~ *.pyc
|
||||
|
3
setup.py
3
setup.py
@ -258,8 +258,9 @@ setup(name="tahoe-lafs", # also set in __init__.py
|
||||
'allmydata.scripts',
|
||||
'allmydata.storage',
|
||||
'allmydata.test',
|
||||
'allmydata.test.mutable',
|
||||
'allmydata.test.cli',
|
||||
'allmydata.test.mutable',
|
||||
'allmydata.test.web',
|
||||
'allmydata.util',
|
||||
'allmydata.web',
|
||||
'allmydata.windows',
|
||||
|
Loading…
Reference in New Issue
Block a user