Skip to content

Commit a88b98e

Browse files
authored
refactor!(conftest): Move to root directory (#399)
2 parents 4e41f64 + b84ac5f commit a88b98e

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2222
### Internal
2323

2424
- Move test fixtures over to libvcs's pytest plugin (#398)
25+
- Move conftest.py to root directory (#399)
2526

2627
## vcspull v1.13.0 (2022-09-25)
2728

File renamed without changes.

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ packages = [
2323
]
2424
include = [
2525
{ path = "tests", format = "sdist" },
26+
{ path = ".tmuxp.yaml", format = "sdist" },
27+
{ path = "docs", format = "sdist" },
28+
{ path = "examples", format = "sdist" },
29+
{ path = "conftest.py", format = "sdist" },
2630
]
2731
readme = 'README.md'
2832
keywords = [

0 commit comments

Comments
 (0)