Compare commits
No commits in common. "d11f70cab8cabfb5faf563de5a0169a7e114e34b" and "47f0e1a10a4b8e4039a44ffd8b71b29deb1025b4" have entirely different histories.
d11f70cab8
...
47f0e1a10a
|
@ -1 +1 @@
|
||||||
__version__ = '0.1.56'
|
__version__ = '0.1.55'
|
||||||
|
|
1
setup.py
1
setup.py
|
@ -120,6 +120,7 @@ def find_python_packages() -> list[str]:
|
||||||
for init_file in root_path.rglob('__init__.py'):
|
for init_file in root_path.rglob('__init__.py'):
|
||||||
packages.add(str(init_file.parent).replace('/', '.'))
|
packages.add(str(init_file.parent).replace('/', '.'))
|
||||||
|
|
||||||
|
print(f'Found following packages: {packages}')
|
||||||
return sorted(packages)
|
return sorted(packages)
|
||||||
|
|
||||||
with open(PACKAGE_NAME + '/_version.py') as f:
|
with open(PACKAGE_NAME + '/_version.py') as f:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user