Skip to content

Commit 1d9f0bd

Browse files
glencoeLarsAsplund
authored andcommitted
stop packaging tests folder
Packaging the tests folder occupied a very common namespace for all clients that would install vunit.
1 parent 9400790 commit 1d9f0bd

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,15 @@ def find_all_files(directory, endings=None):
3939
DATA_FILES = []
4040
DATA_FILES += find_all_files("vunit", endings=[".tcl"])
4141
DATA_FILES += find_all_files(str(Path("vunit") / "vhdl"))
42-
DATA_FILES += find_all_files(str(Path("vunit") / "verilog"), endings=[".v", ".sv", ".svh"])
42+
DATA_FILES += find_all_files(
43+
str(Path("vunit") / "verilog"), endings=[".v", ".sv", ".svh"]
44+
)
4345
DATA_FILES = [os.path.relpath(file_name, "vunit") for file_name in DATA_FILES]
4446

4547
setup(
4648
name="vunit_hdl",
4749
version=version(),
4850
packages=[
49-
"tests",
50-
"tests.lint",
51-
"tests.unit",
52-
"tests.acceptance",
5351
"vunit",
5452
"vunit.com",
5553
"vunit.parsing",

0 commit comments

Comments
 (0)