Compare commits
1 Commits
main
...
issue-105-
Author | SHA1 | Date | |
---|---|---|---|
4ab1f15e8d |
2
setup.py
2
setup.py
|
@ -171,8 +171,10 @@ def find_python_packages() -> list[str]:
|
|||
for init_file in root_path.rglob('__init__.py'):
|
||||
packages.add(str(init_file.parent).replace('/', '.'))
|
||||
|
||||
print(f'Found following packages: {packages}')
|
||||
return sorted(packages)
|
||||
|
||||
|
||||
with open(PACKAGE_NAME + '/_version.py') as f:
|
||||
version = parse_version_file(f.read())
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user