mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-18 20:47:54 +00:00
make pyproject config match old MANIFEST
This commit is contained in:
parent
dd38030b2a
commit
86a48bc7b7
13
MANIFEST.in
13
MANIFEST.in
@ -1,13 +0,0 @@
|
|||||||
include README.rst
|
|
||||||
include COPYING.GPL COPYING.TGPPL.rst CREDITS Makefile NEWS.rst Tahoe.home
|
|
||||||
include relnotes.txt
|
|
||||||
include Dockerfile
|
|
||||||
include tox.ini .appveyor.yml .travis.yml
|
|
||||||
include .coveragerc
|
|
||||||
recursive-include src *.xhtml *.js *.png *.css *.svg *.txt *.yaml
|
|
||||||
graft docs
|
|
||||||
graft misc
|
|
||||||
graft static
|
|
||||||
graft integration
|
|
||||||
|
|
||||||
global-exclude *~ *.pyc
|
|
@ -262,7 +262,38 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
# https://github.com/ofek/hatch-vcs/issues/35#issuecomment-1452025896
|
# https://github.com/ofek/hatch-vcs/issues/35#issuecomment-1452025896
|
||||||
[tool.hatch.build]
|
[tool.hatch.build]
|
||||||
include = ["src"]
|
include = [
|
||||||
|
"src/",
|
||||||
|
"COPYING.GPL",
|
||||||
|
"COPYING.TGPPL.rst",
|
||||||
|
"CREDITS",
|
||||||
|
"Makefile",
|
||||||
|
"NEWS.rst",
|
||||||
|
"Tahoe.home",
|
||||||
|
"relnotes.txt",
|
||||||
|
"Dockerfile",
|
||||||
|
"tox.ini",
|
||||||
|
".appveyor.yml",
|
||||||
|
".travis.yml",
|
||||||
|
".coveragerc",
|
||||||
|
"*.xhtml",
|
||||||
|
"*.png",
|
||||||
|
"*.css",
|
||||||
|
"*.svg",
|
||||||
|
"docs/",
|
||||||
|
"misc/",
|
||||||
|
"static/",
|
||||||
|
"integration/",
|
||||||
|
"src/allmydata/test/data/*.txt",
|
||||||
|
"src/allmydata/test/data/*.yaml"
|
||||||
|
]
|
||||||
|
exclude = [
|
||||||
|
"*~",
|
||||||
|
"*.pyc",
|
||||||
|
"#*#",
|
||||||
|
"venv*/",
|
||||||
|
".tox/"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = ["src/allmydata"]
|
packages = ["src/allmydata"]
|
||||||
|
Loading…
Reference in New Issue
Block a user