Skip to content

Commit b7049b8

Browse files
committed
Normalize package layout and test tree
1 parent 17bbf5e commit b7049b8

929 files changed

Lines changed: 3 additions & 79 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ convention = "numpy"
128128
packages = ["openptv_python", "pyptv"]
129129

130130
[tool.setuptools.package-dir]
131-
openptv_python = "src"
132-
pyptv = "src/pyptv/src"
131+
openptv_python = "src/openptv_python"
132+
pyptv = "src/pyptv"
133133

134134
[tool.setuptools_scm]
135135
fallback_version = "999"
136-
write_to = "src/version.py"
136+
write_to = "src/openptv_python/version.py"
137137
write_to_template = '''
138138
# Do not change! Do not track in version control!
139139
__version__ = "{version}"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)